(fix/biometrics) Fix biometric authentication (#13793)

fixes #13051 User blocked in model when using biometrics to share
address when joining a community
This commit is contained in:
Godfrain Jacques 2024-02-29 21:19:30 -08:00 committed by GitHub
parent c9fd4ebcee
commit 0fab8e3070
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ proc checkKeycardAvailability*(self: Controller) =
proc init*(self: Controller, fullConnect = true) =
self.connectKeycardReponseSignal()
self.connectKeychainSignals()
var handlerId = self.events.onWithUUID(SIGNAL_SHARED_KEYCARD_MODULE_USER_AUTHENTICATED) do(e: Args):
let args = SharedKeycarModuleArgs(e)