1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-28 22:23:28 +00:00

manage user type

This commit is contained in:
Kyle Spearrin
2017-03-13 23:31:01 -04:00
parent 4a6066bb88
commit 51d81dea9f
4 changed files with 50 additions and 5 deletions

View File

@@ -64,6 +64,7 @@
apiService.organizationUsers.invite({ orgId: $state.params.orgId }, {
email: model.email,
type: model.type,
subvaults: subvaults
}, function () {
$uibModalInstance.close();