1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-08 06:25:37 -05:00

Revert "lock: terminate fprint pam session when using password"

This reverts commit 7bf7d0afae.
This commit is contained in:
bbedward
2025-10-20 11:15:26 -04:00
parent 2c92f830d1
commit 635fcad416

View File

@@ -324,9 +324,6 @@ Item {
onAccepted: {
if (!demoMode && !pam.passwd.active) {
console.log("Enter pressed, starting PAM authentication")
if (pam.fprint.active) {
pam.fprint.abort()
}
pam.passwd.start()
}
}
@@ -574,9 +571,6 @@ Item {
onClicked: {
if (!demoMode) {
console.log("Enter button clicked, starting PAM authentication")
if (pam.fprint.active) {
pam.fprint.abort()
}
pam.passwd.start()
}
}