mirror of
https://github.com/cytodev/LightDMMock.git
synced 2025-09-13 12:56:42 +02:00
Adds spaces for consistency and reload after login
This commit is contained in:
@@ -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);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user