Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Do not automatically take the user to keyboard login
Browse files Browse the repository at this point in the history
  • Loading branch information
Flohack74 committed Jul 9, 2022
1 parent 36b88e6 commit 216e82b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions qml/Greeter/Greeter.qml
Original file line number Diff line number Diff line change
Expand Up @@ -597,15 +597,11 @@ Showable {
function restartOperation() {
cancelOperation();
fpRetryTimer.running = true;

}

function failOperation(reason) {
console.log("Failed to identify user by fingerprint:", reason);
restartOperation();
if (!d.secureFingerprint) {
d.startUnlock(false /* toTheRight */); // use normal login instead
}
var msg = d.secureFingerprint ? i18n.tr("Try again") :
d.alphanumeric ? i18n.tr("Enter passphrase to unlock") :
i18n.tr("Enter passcode to unlock");
Expand Down

0 comments on commit 216e82b

Please sign in to comment.