This commit is contained in:
parent
72f738a83b
commit
b0d04aa317
1 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,9 @@ export default class LoginHandler {
|
|||
await this.progressSubmitButton.setInstantReady()
|
||||
this.isReady = true
|
||||
}
|
||||
const elUsername =
|
||||
elForm.getElementsByClassName('form-control').namedItem('username')
|
||||
if (elUsername instanceof HTMLInputElement) elUsername.focus()
|
||||
}
|
||||
|
||||
private async getForm(): Promise<void> {
|
||||
|
|
Loading…
Reference in a new issue