mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +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