diff --git a/Modules/LockScreen/LockContext.qml b/Modules/LockScreen/LockContext.qml index b96dc5467..1f2250e00 100644 --- a/Modules/LockScreen/LockContext.qml +++ b/Modules/LockScreen/LockContext.qml @@ -39,6 +39,9 @@ Scope { infoMessage = ""; showFailure = false; errorMessage = ""; + if (!waitingForPassword) { + pam.abort(); + } if (fprintdAvailable) { occupyFingerprintSensorProc.running = true; }