fix(Onboarding): reset biometrics state on login error

This commit is contained in:
Lukáš Tinkl 2025-02-17 12:08:58 +01:00 committed by Lukáš Tinkl
parent fdb5fb5077
commit 3f04626847

View File

@ -137,6 +137,10 @@ OnboardingPage {
return return
} }
// reset the biometrics status in case of error
d.biometricsFailed = false
d.biometricsSuccessful = false
if (d.currentProfileIsKeycard) { // Login with keycard if (d.currentProfileIsKeycard) { // Login with keycard
if (wrongPassword) { if (wrongPassword) {
keycardBox.loginError = "" keycardBox.loginError = ""