refactor: change name enums
This commit is contained in:
@ -17,7 +17,7 @@ public class Admin : ISaveSettings
|
||||
public required string Email { get; set; }
|
||||
public required string PasswordHash { get; set; }
|
||||
public required string Salt { get; set; }
|
||||
public SecondFactor SecondFactor { get; set; } = SecondFactor.None;
|
||||
public TwoFactorAuthenticator TwoFactorAuthenticator { get; set; } = TwoFactorAuthenticator.None;
|
||||
public string? Secret { get; set; }
|
||||
|
||||
public void SaveSetting()
|
||||
|
Reference in New Issue
Block a user