fix(fingerprint): better fingerprint integration by removing the check for empty password

This commit is contained in:
Matej Cotman 2025-09-06 23:46:08 +03:00
parent 07e94b0f0e
commit 4265290a0f
No known key found for this signature in database
GPG key ID: 66FDC7A2EEA1F8A6

View file

@ -28,12 +28,6 @@ Scope {
return
}
if (currentText === "") {
errorMessage = "Password required"
showFailure = true
return
}
root.unlockInProgress = true
errorMessage = ""
showFailure = false