diff options
Diffstat (limited to 'modules/lock/Pam.qml')
| -rw-r--r-- | modules/lock/Pam.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/lock/Pam.qml b/modules/lock/Pam.qml index 6752d30..fa6e3d7 100644 --- a/modules/lock/Pam.qml +++ b/modules/lock/Pam.qml @@ -8,6 +8,7 @@ Scope { required property WlSessionLock lock + readonly property alias passwd: passwd readonly property bool active: passwd.active property string state property string buffer |