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
-6
View File
@@ -28,12 +28,6 @@ Scope {
return
}
if (currentText === "") {
errorMessage = "Password required"
showFailure = true
return
}
root.unlockInProgress = true
errorMessage = ""
showFailure = false