mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 18:25:45 +00:00
[#10434] Skip openening multiaccs list on autologin
This commit is contained in:
parent
5607540ac1
commit
dc303fecc9
@ -375,11 +375,8 @@
|
||||
(biometric/biometric-auth %)
|
||||
(= auth-method
|
||||
keychain/auth-method-password)
|
||||
(get-credentials % key-uid)
|
||||
|
||||
;;nil or "none" or "biometric-prepare"
|
||||
:else
|
||||
(open-login-callback % nil)))))
|
||||
(get-credentials % key-uid))
|
||||
(open-login-callback nil))))
|
||||
|
||||
(fx/defn biometric-auth-done
|
||||
{:events [:biometric-auth-done]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user