1
Fork 0

Autofocus username input on login page

This commit is contained in:
Alexandre Iooss 2022-12-30 10:20:41 +01:00 committed by Juliusz Chroboczek
parent 8775ce6406
commit 49db9f94d5
1 changed files with 1 additions and 0 deletions

View File

@ -3841,6 +3841,7 @@ async function start() {
window.location.href = groupStatus.authPortal;
} else {
setVisibility('login-container', true);
document.getElementById('username').focus()
}
setViewportHeight();
}