Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit c215fc8

Browse files
committed
- Fixed current provider id in case of account linking in error handling
1 parent 3374aa1 commit c215fc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/AuthenticationManager/Errors/ErrorHandling.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ extension AuthenticationManager {
3232
if let error {
3333
self.handleError(error, completion: completion)
3434
} else {
35+
self.currentProvider = .signInWithApple
3536
completion(nil)
3637
}
3738
}

0 commit comments

Comments
 (0)