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 0372e14 commit 5821e3fCopy full SHA for 5821e3f
Sources/Passage/services/passkeyAuthentication/PasskeyAuthorizationController.swift
@@ -137,7 +137,8 @@ internal class PasskeyAuthenticationController:
137
controller: ASAuthorizationController,
138
didCompleteWithError error: Error
139
) {
140
- assertionCredentialContinuation?.resume(throwing: error)
+ registrationCredentialContinuation?.resume(throwing: error)
141
+ assertionCredentialContinuation?.resume(throwing: error)
142
}
143
144
0 commit comments