mirror of
https://github.com/cytodev/LightDMMock.git
synced 2024-11-24 23:19:49 +01:00
Adds spaces for consistency and reload after login
This commit is contained in:
parent
8eb53aff09
commit
4e67710949
@ -313,6 +313,7 @@ LightDMMock.prototype.start_session_sync = function(session) {
|
||||
throw new IlligalUsageException("LightDM has no authenticated users to log in. Make sure to call 'lightdm.respond()' before calling this function.");
|
||||
|
||||
window.alert("LightDM has started a " + session + " session for " + this.authentication_user);
|
||||
document.location.reload(true);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user