From f2fe77a701eff2791e0e059c3189f300794c98ad Mon Sep 17 00:00:00 2001 From: Roel Walraven Date: Fri, 24 Feb 2017 14:21:07 +0100 Subject: [PATCH] Fix alignment of equals symbol Because reasons... --- src/LightDMMock.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }; /**