1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

Remove OrganizationUserType.Manager (#10060)

This commit is contained in:
Thomas Rittson
2024-07-12 06:14:08 +10:00
committed by GitHub
parent 9c66b5bf9f
commit a723038b44
2 changed files with 2 additions and 6 deletions

View File

@@ -2,10 +2,6 @@ export enum OrganizationUserType {
Owner = 0,
Admin = 1,
User = 2,
/**
* @deprecated
* This is deprecated with the introduction of Flexible Collections.
*/
Manager = 3,
// Manager = 3 has been intentionally permanently deleted
Custom = 4,
}