We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43a9d8 commit a6948d1Copy full SHA for a6948d1
1 file changed
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services/AuthService.swift
@@ -825,7 +825,8 @@ public extension AuthService {
825
let credential = EmailAuthProvider.credential(withEmail: email, password: password)
826
_ = try await user.reauthenticate(with: credential)
827
} else if providerId == PhoneAuthProviderID {
828
- // Phone auth requires manual reauthentication via sign out and sign in otherwise it will take the user out of the existing flow
+ // Phone auth requires manual reauthentication via sign out and sign in otherwise it will take
829
+ // the user out of the existing flow
830
throw AuthServiceError.reauthenticationRequired(
831
"Phone authentication requires you to sign out and sign in again to continue"
832
)
0 commit comments