mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35: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;
|
window.location.href = groupStatus.authPortal;
|
||||||
} else {
|
} else {
|
||||||
setVisibility('login-container', true);
|
setVisibility('login-container', true);
|
||||||
|
document.getElementById('username').focus()
|
||||||
}
|
}
|
||||||
setViewportHeight();
|
setViewportHeight();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue