fix(fingerprint): better fingerprint integration by removing the check for empty password
This commit is contained in:
parent
07e94b0f0e
commit
4265290a0f
1 changed files with 0 additions and 6 deletions
|
|
@ -28,12 +28,6 @@ Scope {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if (currentText === "") {
|
|
||||||
errorMessage = "Password required"
|
|
||||||
showFailure = true
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
root.unlockInProgress = true
|
root.unlockInProgress = true
|
||||||
errorMessage = ""
|
errorMessage = ""
|
||||||
showFailure = false
|
showFailure = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue