parent
8eaf865994
commit
ab6e7efc1c
2 changed files with 7 additions and 0 deletions
modules/ags/config/ts/lockscreen
|
@ -204,5 +204,11 @@ const on_finished = () => {
|
|||
lock.connect('locked', on_locked);
|
||||
lock.connect('finished', on_finished);
|
||||
|
||||
if (Vars.hasFprintd) {
|
||||
Utils.authenticate('')
|
||||
.then(() => unlock())
|
||||
.catch(logError);
|
||||
}
|
||||
|
||||
|
||||
export default () => lock.lock_lock();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue