added OnlyOrg to PolicyType enum (#183)

This commit is contained in:
Addison Beck 2020-10-12 11:54:20 -04:00 committed by GitHub
parent 685636b129
commit 9e9795fd85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,4 +2,5 @@ export enum PolicyType {
TwoFactorAuthentication = 0,
MasterPassword = 1,
PasswordGenerator = 2,
OnlyOrg = 3,
}