File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -825,7 +825,8 @@ public extension AuthService {
825825 let credential = EmailAuthProvider . credential ( withEmail: email, password: password)
826826 _ = try await user. reauthenticate ( with: credential)
827827 } 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
828+ // Phone auth requires manual reauthentication via sign out and sign in otherwise it will take
829+ // the user out of the existing flow
829830 throw AuthServiceError . reauthenticationRequired (
830831 " Phone authentication requires you to sign out and sign in again to continue "
831832 )
You can’t perform that action at this time.
0 commit comments