1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

UX updates

This commit is contained in:
Kyle Spearrin
2017-06-13 12:37:51 -04:00
parent 0bdf2a3e77
commit a598f08dce
7 changed files with 26 additions and 1 deletions

View File

@@ -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 () {