1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

setup new organization layout within backend

This commit is contained in:
Kyle Spearrin
2017-03-01 22:47:24 -05:00
parent 05a92ebd26
commit 492e2e693c
12 changed files with 245 additions and 163 deletions

View File

@@ -39,7 +39,7 @@ angular
});
$scope.searchVault = function () {
$state.go('backend.vault');
$state.go('backend.user.vault');
};
$scope.addLogin = function () {