diff --git a/js/index.js b/js/index.js index 819154a..8e2ae08 100644 --- a/js/index.js +++ b/js/index.js @@ -4,6 +4,8 @@ async function initGreeter(){ } setHostname(); connectPowerActions(); + populateSessions(); + populateUsers(); } window.addEventListener("GreeterReady", () => {