1
0
mirror of https://github.com/bitwarden/web synced 2025-12-16 08:13:22 +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

@@ -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();