mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
Re-\added the focusInput method to allow desktop build run (#3937)
This commit is contained in:
@@ -275,4 +275,9 @@ export class LoginComponent extends CaptchaProtectedComponent implements OnInit
|
|||||||
this.showLoginWithDevice = false;
|
this.showLoginWithDevice = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected focusInput() {
|
||||||
|
const email = this.loggedEmail;
|
||||||
|
document.getElementById(email == null || email === "" ? "email" : "masterPassword").focus();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user