mirror of
https://github.com/bitwarden/browser
synced 2025-12-27 05:33:59 +00:00
UI updates for org pages
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
$scope.loading = true;
|
||||
$scope.subvaults = [];
|
||||
$scope.selectedSubvaults = {};
|
||||
$scope.model = {
|
||||
type: 'User'
|
||||
};
|
||||
|
||||
$uibModalInstance.opened.then(function () {
|
||||
apiService.subvaults.listOrganization({ orgId: $state.params.orgId }, function (list) {
|
||||
|
||||
Reference in New Issue
Block a user