diff --git a/src/LightDMMock.js b/src/LightDMMock.js index 1fff812..c03092f 100644 --- a/src/LightDMMock.js +++ b/src/LightDMMock.js @@ -184,7 +184,7 @@ LightDMMock.prototype.authenticate = function(username) { } this.authentication_user = username; - this.in_authentication = true; + this.in_authentication = true; window.show_prompt("Password:", "password"); }; @@ -205,7 +205,7 @@ LightDMMock.prototype.authenticate_as_guest = function() { } this.authentication_user = "guest"; - this.in_authentication = true; + this.in_authentication = true; }; /**