1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

add manager org user type

This commit is contained in:
Kyle Spearrin
2018-10-17 10:51:09 -04:00
parent 2f6426deb4
commit 00efae2616
2 changed files with 6 additions and 0 deletions

View File

@@ -2,4 +2,5 @@ export enum OrganizationUserType {
Owner = 0,
Admin = 1,
User = 2,
Manager = 3,
}