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:
parent
b083dafb7f
commit
f2fe77a701
@ -184,7 +184,7 @@ LightDMMock.prototype.authenticate = function(username) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.authentication_user = username;
|
this.authentication_user = username;
|
||||||
this.in_authentication = true;
|
this.in_authentication = true;
|
||||||
|
|
||||||
window.show_prompt("Password:", "password");
|
window.show_prompt("Password:", "password");
|
||||||
};
|
};
|
||||||
@ -205,7 +205,7 @@ LightDMMock.prototype.authenticate_as_guest = function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.authentication_user = "guest";
|
this.authentication_user = "guest";
|
||||||
this.in_authentication = true;
|
this.in_authentication = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user