mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
UX updates
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
i18nService, cryptoService, userService, folderService, loginService) {
|
||||
$scope.i18n = i18nService;
|
||||
|
||||
$('#master-password').focus();
|
||||
|
||||
$scope.submitPromise = null;
|
||||
$scope.submit = function () {
|
||||
$scope.submitPromise = checkPassword().then(function () {
|
||||
|
||||
Reference in New Issue
Block a user