Skip to content

Commit a6948d1

Browse files
format
1 parent f43a9d8 commit a6948d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services/AuthService.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)