Basic authentication flow

This commit is contained in:
Jakub Nowak 2025-02-09 20:43:04 +08:00
parent c58cf0e10c
commit 2e38ecd15b
4 changed files with 33 additions and 3 deletions

View file

@ -7,7 +7,7 @@ async function initGreeter(){
populateSessions();
populateUsers();
console.log(lightdm.default_session);
bindAuthenticate();
}
window.addEventListener("GreeterReady", () => {