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:
@@ -2,4 +2,5 @@ export enum OrganizationUserType {
|
||||
Owner = 0,
|
||||
Admin = 1,
|
||||
User = 2,
|
||||
Manager = 3,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user