(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:
parent
c9fd4ebcee
commit
0fab8e3070
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue