Skip to content

Commit e7ada7a

Browse files
fix: non sendable CI issue
1 parent 894ff67 commit e7ada7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services/AccountService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public extension ProviderOperationReauthentication {
5858

5959
do {
6060
let credential = try await authProvider.createAuthCredential()
61-
try await user.reauthenticate(with: credential)
61+
_ = try await user.reauthenticate(with: credential)
6262
} catch {
6363
throw AuthServiceError.signInFailed(underlying: error)
6464
}

0 commit comments

Comments
 (0)