mirror of
https://github.com/bitwarden/server
synced 2025-12-13 14:53:34 +00:00
rename policy types
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
{
|
{
|
||||||
public enum PolicyType : byte
|
public enum PolicyType : byte
|
||||||
{
|
{
|
||||||
TwoStepLogin = 0,
|
TwoFactorAuthentication = 0,
|
||||||
MasterPassword = 1
|
MasterPassword = 1,
|
||||||
|
PasswordGenerator = 2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user