mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-23 12:08:53 +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
|
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 = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user