mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 19:48:52 +00:00
fix(Onboarding): reset biometrics state on login error
This commit is contained in:
parent
fdb5fb5077
commit
3f04626847
@ -137,6 +137,10 @@ OnboardingPage {
|
||||
return
|
||||
}
|
||||
|
||||
// reset the biometrics status in case of error
|
||||
d.biometricsFailed = false
|
||||
d.biometricsSuccessful = false
|
||||
|
||||
if (d.currentProfileIsKeycard) { // Login with keycard
|
||||
if (wrongPassword) {
|
||||
keycardBox.loginError = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user