1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +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

@@ -12,6 +12,8 @@ angular
folderId: null
};
$('#name').focus();
if ($stateParams.login) {
angular.extend($scope.login, $stateParams.login);
}