File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99import FirebaseAuthSwiftUI
1010import Observation
1111
12- protocol GoogleOperationReauthentication {
12+ protocol TwitterOperationReauthentication {
1313 var twitterProvider : TwitterProviderSwift { get }
1414}
1515
16- extension GoogleOperationReauthentication {
16+ extension TwitterOperationReauthentication {
1717 @MainActor func reauthenticate( ) async throws -> AuthenticationToken {
1818 guard let user = Auth . auth ( ) . currentUser else {
1919 throw AuthServiceError . reauthenticationRequired ( " No user currently signed-in " )
@@ -32,7 +32,7 @@ extension GoogleOperationReauthentication {
3232
3333@MainActor
3434class TwitterDeleteUserOperation : AuthenticatedOperation ,
35- @preconcurrency GoogleOperationReauthentication {
35+ @preconcurrency TwitterOperationReauthentication {
3636 let twitterProvider : TwitterProviderSwift
3737 init ( twitterProvider: TwitterProviderSwift ) {
3838 self . twitterProvider = twitterProvider
You can’t perform that action at this time.
0 commit comments