mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
[AC-1786] deprecate manager role (#6931)
* add deprecation message * hide manager option * deprecate manager enum
This commit is contained in:
@@ -2,6 +2,10 @@ export enum OrganizationUserType {
|
||||
Owner = 0,
|
||||
Admin = 1,
|
||||
User = 2,
|
||||
/**
|
||||
* @deprecated
|
||||
* This is deprecated with the introduction of Flexible Collections.
|
||||
*/
|
||||
Manager = 3,
|
||||
Custom = 4,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user