From 4265290a0f8685e1b352eb33d445f9d969f7ed55 Mon Sep 17 00:00:00 2001 From: Matej Cotman Date: Sat, 6 Sep 2025 23:46:08 +0300 Subject: [PATCH] fix(fingerprint): better fingerprint integration by removing the check for empty password --- Modules/LockScreen/LockContext.qml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Modules/LockScreen/LockContext.qml b/Modules/LockScreen/LockContext.qml index 985bcd4..53bf26f 100644 --- a/Modules/LockScreen/LockContext.qml +++ b/Modules/LockScreen/LockContext.qml @@ -28,12 +28,6 @@ Scope { return } - if (currentText === "") { - errorMessage = "Password required" - showFailure = true - return - } - root.unlockInProgress = true errorMessage = "" showFailure = false