aboutsummaryrefslogtreecommitdiff
path: root/VNLib.Plugins.Essentials.Accounts/MFA/MFAConfig.cs
diff options
context:
space:
mode:
Diffstat (limited to 'VNLib.Plugins.Essentials.Accounts/MFA/MFAConfig.cs')
-rw-r--r--VNLib.Plugins.Essentials.Accounts/MFA/MFAConfig.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/VNLib.Plugins.Essentials.Accounts/MFA/MFAConfig.cs b/VNLib.Plugins.Essentials.Accounts/MFA/MFAConfig.cs
index 8e85e65..f04693e 100644
--- a/VNLib.Plugins.Essentials.Accounts/MFA/MFAConfig.cs
+++ b/VNLib.Plugins.Essentials.Accounts/MFA/MFAConfig.cs
@@ -34,9 +34,9 @@ namespace VNLib.Plugins.Essentials.Accounts.MFA
{
internal class MFAConfig
{
- public byte[]? MFASecret { get; set; } = null;
+ public byte[]? MFASecret { get; set; }
- public bool TOTPEnabled { get; } = false;
+ public bool TOTPEnabled { get; }
public string? IssuerName { get; }
public TimeSpan TOTPPeriod { get; }
public HashAlg TOTPAlg { get; }