This commit is contained in:
end-4
2025-10-30 23:07:09 +01:00
parent dbd12d3e92
commit 7887805550
@@ -124,7 +124,7 @@ Scope {
if (result == PamResult.Success) { if (result == PamResult.Success) {
root.unlocked(root.targetAction); root.unlocked(root.targetAction);
stopFingerPam(); stopFingerPam();
} else if (result == PamResult.Error){ // if timeout or etc.. } else if (result == PamResult.Error) { // if timeout or etc..
tryFingerUnlock() tryFingerUnlock()
} }
} }