mirror of
https://github.com/bitwarden/web
synced 2025-12-10 21:33:16 +00:00
UI/UX tweaks
This commit is contained in:
@@ -40,6 +40,14 @@ angular
|
||||
$state.go('backend.org.dashboard', { orgId: org.id });
|
||||
};
|
||||
|
||||
$scope.searchVault = function () {
|
||||
$state.go('backend.user.vault');
|
||||
};
|
||||
|
||||
$scope.searchOrganizationVault = function () {
|
||||
$state.go('backend.org.vault', { orgId: $state.params.orgId });
|
||||
};
|
||||
|
||||
$scope.isOrgOwner = function (org) {
|
||||
return org && org.type === 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user