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); }