diff --git a/modules/lock/Pam.qml b/modules/lock/Pam.qml index fa6e3d79..26754057 100644 --- a/modules/lock/Pam.qml +++ b/modules/lock/Pam.qml @@ -63,4 +63,12 @@ Scope { interval: 4000 onTriggered: root.state = "" } + + Connections { + target: root.lock + + function onUnlock(): void { + root.buffer = ""; + } + } }