Don't cancel auth in signals
This commit is contained in:
parent
973cf5725c
commit
9954635e37
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ function authenticate(){
|
|||
const selectedUser = users[currentUser].id;
|
||||
console.log(selectedUser);
|
||||
|
||||
lightdm.cancel_authentication();
|
||||
lightdm.authenticate(selectedUser);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue