[#10434] Skip openening multiaccs list on autologin

This commit is contained in:
Roman Volosovskyi 2020-05-14 18:30:54 +03:00
parent 5607540ac1
commit dc303fecc9
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 2 additions and 5 deletions

View File

@ -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]}