3
0
mirror of https://github.com/cytodev/LightDMMock.git synced 2024-11-24 23:19:49 +01:00

Fix alignment of equals symbol

Because reasons...
This commit is contained in:
Roel Walraven 2017-02-24 14:21:07 +01:00
parent b083dafb7f
commit f2fe77a701

View File

@ -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;
};
/**