forked from SFS/LightDMMock
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.");
|
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);
|
window.alert("LightDM has started a " + session + " session for " + this.authentication_user);
|
||||||
|
document.location.reload(true);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user