mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
focus master password field on load
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
$scope.deviceListening = false;
|
||||
$scope.deviceError = false;
|
||||
|
||||
$timeout(function () {
|
||||
$("#masterPassword").focus();
|
||||
});
|
||||
|
||||
$scope.auth = function (model) {
|
||||
$scope.authPromise = cryptoService.hashPassword(model.masterPassword).then(function (hash) {
|
||||
_masterPasswordHash = hash;
|
||||
|
||||
Reference in New Issue
Block a user