From 9954635e371ddf611ad65a8980cbc793a04ce8e6 Mon Sep 17 00:00:00 2001 From: Jakub Nowak Date: Sun, 9 Feb 2025 20:47:23 +0800 Subject: [PATCH] Don't cancel auth in signals --- js/authenticate.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/authenticate.js b/js/authenticate.js index b8a9ef1..ea0fe6b 100644 --- a/js/authenticate.js +++ b/js/authenticate.js @@ -2,7 +2,6 @@ function authenticate(){ const selectedUser = users[currentUser].id; console.log(selectedUser); - lightdm.cancel_authentication(); lightdm.authenticate(selectedUser); }