mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
added OnlyOrg to PolicyType enum (#183)
This commit is contained in:
@@ -2,4 +2,5 @@ export enum PolicyType {
|
|||||||
TwoFactorAuthentication = 0,
|
TwoFactorAuthentication = 0,
|
||||||
MasterPassword = 1,
|
MasterPassword = 1,
|
||||||
PasswordGenerator = 2,
|
PasswordGenerator = 2,
|
||||||
|
OnlyOrg = 3,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user