Adds spaces for consistency and reload after login

This commit is contained in:
Roel Walraven 2016-08-04 17:25:36 +02:00
parent 8eb53aff09
commit 4e67710949

View File

@ -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);
}; };
/** /**