mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
Added focus to the email and master password fields (#3934)
This commit is contained in:
@@ -275,9 +275,4 @@ export class LoginComponent extends CaptchaProtectedComponent implements OnInit
|
||||
this.showLoginWithDevice = false;
|
||||
}
|
||||
}
|
||||
|
||||
protected focusInput() {
|
||||
const email = this.loggedEmail;
|
||||
document.getElementById(email == null || email === "" ? "email" : "masterPassword").focus();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user