From fd21daf18f5ab804e3b0d8d67105294c248ee6f9 Mon Sep 17 00:00:00 2001 From: Jakub Nowak Date: Sun, 9 Feb 2025 20:48:52 +0800 Subject: [PATCH] Invoke signal on lightdm directly --- js/authenticate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/authenticate.js b/js/authenticate.js index ea0fe6b..b612678 100644 --- a/js/authenticate.js +++ b/js/authenticate.js @@ -24,5 +24,5 @@ function bindAuthenticate() { } } - window.lightdm.authentication_complete.connect(authenticationComplete); + lightdm.authentication_complete.connect(authenticationComplete); }