mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
rename policy types
This commit is contained in:
parent
c117d109b4
commit
0628fb682e
@ -2,7 +2,8 @@
|
||||
{
|
||||
public enum PolicyType : byte
|
||||
{
|
||||
TwoStepLogin = 0,
|
||||
MasterPassword = 1
|
||||
TwoFactorAuthentication = 0,
|
||||
MasterPassword = 1,
|
||||
PasswordGenerator = 2
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user