Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit f70e57a

Browse files
authored
Merge pull request #114 from onewelcome/FP-90
FP-90 Fix for the ClosePinAuthenticationEvent not fired
2 parents f1ed5df + 94d4774 commit f70e57a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/Classes/NativeBridge/Handlers/AuthenticatorsHandler.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ class AuthenticatorRegistrationDelegateImpl: AuthenticatorRegistrationDelegate {
9494

9595
func userClient(_ userClient: UserClient, didFailToRegister authenticator: Authenticator, for userProfile: UserProfile, error: Error) {
9696
Logger.log("[AUTH] userClient didFailToRegister ONGAuthenticator", sender: self)
97+
loginHandler.handleDidFailToAuthenticateUser()
9798
let mappedError = ErrorMapper().mapError(error)
9899
completion(.failure(FlutterError(mappedError)))
99100
}

0 commit comments

Comments
 (0)