mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-04 21:05:54 +08:00
added OnlyOrg to PolicyType enum (#183)
This commit is contained in:
parent
685636b129
commit
9e9795fd85
@ -2,4 +2,5 @@ export enum PolicyType {
|
||||
TwoFactorAuthentication = 0,
|
||||
MasterPassword = 1,
|
||||
PasswordGenerator = 2,
|
||||
OnlyOrg = 3,
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user