forked from SFS/LightDMMock
Fix alignment of equals symbol
Because reasons...
This commit is contained in:
parent
b083dafb7f
commit
f2fe77a701
@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user