mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
Added New policy types (only org & require sso) (#1122)
This commit is contained in:
parent
b163a0fe77
commit
26d5504a2f
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@
|
||||||
{
|
{
|
||||||
TwoFactorAuthentication = 0,
|
TwoFactorAuthentication = 0,
|
||||||
MasterPassword = 1,
|
MasterPassword = 1,
|
||||||
PasswordGenerator = 2
|
PasswordGenerator = 2,
|
||||||
|
OnlyOrg = 3,
|
||||||
|
RequireSso = 4
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue