mirror of
https://github.com/bitwarden/web
synced 2025-12-16 08:13:22 +00:00
manage user type
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
};
|
||||
}
|
||||
}
|
||||
$scope.email = user.Email;
|
||||
$scope.type = user.Type;
|
||||
$scope.selectedSubvaults = subvaults;
|
||||
});
|
||||
});
|
||||
@@ -76,6 +78,7 @@
|
||||
}
|
||||
|
||||
apiService.organizationUsers.put({ orgId: $state.params.orgId, id: id }, {
|
||||
type: $scope.type,
|
||||
subvaults: subvaults
|
||||
}, function () {
|
||||
$uibModalInstance.close();
|
||||
|
||||
Reference in New Issue
Block a user