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