We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894ff67 commit e7ada7aCopy full SHA for e7ada7a
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services/AccountService.swift
@@ -58,7 +58,7 @@ public extension ProviderOperationReauthentication {
58
59
do {
60
let credential = try await authProvider.createAuthCredential()
61
- try await user.reauthenticate(with: credential)
+ _ = try await user.reauthenticate(with: credential)
62
} catch {
63
throw AuthServiceError.signInFailed(underlying: error)
64
}
0 commit comments