diff --git a/static/galene.js b/static/galene.js index 0227319..9babef8 100644 --- a/static/galene.js +++ b/static/galene.js @@ -3841,6 +3841,7 @@ async function start() { window.location.href = groupStatus.authPortal; } else { setVisibility('login-container', true); + document.getElementById('username').focus() } setViewportHeight(); }