Commit 49db9f94 authored by Alexandre Iooss's avatar Alexandre Iooss Committed by Juliusz Chroboczek

Autofocus username input on login page

parent 8775ce64
...@@ -3841,6 +3841,7 @@ async function start() { ...@@ -3841,6 +3841,7 @@ async function start() {
window.location.href = groupStatus.authPortal; window.location.href = groupStatus.authPortal;
} else { } else {
setVisibility('login-container', true); setVisibility('login-container', true);
document.getElementById('username').focus()
} }
setViewportHeight(); setViewportHeight();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment