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 aaaf487 commit 7c0537fCopy full SHA for 7c0537f
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services/AccountService.swift
@@ -33,7 +33,7 @@ public protocol AuthenticatedOperation {
33
34
public extension AuthenticatedOperation {
35
func callAsFunction(on _: User,
36
- _ performOperation: () async throws -> Void) async throws {
+ _ performOperation: @MainActor () async throws -> Void) async throws {
37
do {
38
try await performOperation()
39
} catch let error as NSError where error.requiresReauthentication {
0 commit comments