mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Autofocus username input on login page
This commit is contained in:
parent
8775ce6406
commit
49db9f94d5
1 changed files with 1 additions and 0 deletions
|
@ -3841,6 +3841,7 @@ async function start() {
|
|||
window.location.href = groupStatus.authPortal;
|
||||
} else {
|
||||
setVisibility('login-container', true);
|
||||
document.getElementById('username').focus()
|
||||
}
|
||||
setViewportHeight();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue