mirror of
https://github.com/bitwarden/browser
synced 2025-12-28 22:23:28 +00:00
manage user type
This commit is contained in:
@@ -64,6 +64,7 @@
|
||||
|
||||
apiService.organizationUsers.invite({ orgId: $state.params.orgId }, {
|
||||
email: model.email,
|
||||
type: model.type,
|
||||
subvaults: subvaults
|
||||
}, function () {
|
||||
$uibModalInstance.close();
|
||||
|
||||
Reference in New Issue
Block a user