Added New policy types (only org & require sso) (#1122)

This commit is contained in:
Vincent Salucci 2020-10-19 11:48:42 -05:00 committed by GitHub
parent b163a0fe77
commit 26d5504a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@
{
TwoFactorAuthentication = 0,
MasterPassword = 1,
PasswordGenerator = 2
PasswordGenerator = 2,
OnlyOrg = 3,
RequireSso = 4
}
}