mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 16:02:51 -05:00
Revert "lock: terminate fprint pam session when using password"
This reverts commit 7bf7d0afae.
This commit is contained in:
@@ -324,9 +324,6 @@ Item {
|
|||||||
onAccepted: {
|
onAccepted: {
|
||||||
if (!demoMode && !pam.passwd.active) {
|
if (!demoMode && !pam.passwd.active) {
|
||||||
console.log("Enter pressed, starting PAM authentication")
|
console.log("Enter pressed, starting PAM authentication")
|
||||||
if (pam.fprint.active) {
|
|
||||||
pam.fprint.abort()
|
|
||||||
}
|
|
||||||
pam.passwd.start()
|
pam.passwd.start()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -574,9 +571,6 @@ Item {
|
|||||||
onClicked: {
|
onClicked: {
|
||||||
if (!demoMode) {
|
if (!demoMode) {
|
||||||
console.log("Enter button clicked, starting PAM authentication")
|
console.log("Enter button clicked, starting PAM authentication")
|
||||||
if (pam.fprint.active) {
|
|
||||||
pam.fprint.abort()
|
|
||||||
}
|
|
||||||
pam.passwd.start()
|
pam.passwd.start()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user