Commits
gwenoleR authored and GitHub committed 71a1120337a
fix!(auth): confirm code returns User instead of UserCredential (#3684) [publish] BREAKING CHANGE: `confirm(verificationCode)` now correctly returns an instance of `UserCredentials` instead of `User`. You can access `User` from the `.user` property on the `UserCredentials` instance.