mirror of
https://github.com/bitwarden/web
synced 2025-12-22 19:23:42 +00:00
move focus to base
This commit is contained in:
@@ -32,7 +32,6 @@ export class LoginComponent extends BaseLoginComponent {
|
||||
this.email = qParams.email;
|
||||
}
|
||||
await super.ngOnInit();
|
||||
document.getElementById(this.email == null || this.email === '' ? 'email' : 'masterPassword').focus();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user