🐛 Yeah, bug fixes

This commit is contained in:
LittleSheep 2025-06-06 01:08:44 +08:00
parent bb7c9ca9d8
commit 3c123be6a7

View File

@ -124,7 +124,7 @@ public class AccountService(
factor = new AccountAuthFactor factor = new AccountAuthFactor
{ {
Secret = skOtp32, Secret = skOtp32,
Type = AccountAuthFactorType.InAppCode, Type = AccountAuthFactorType.TimedCode,
Trustworthy = 2, Trustworthy = 2,
EnabledAt = null, // It needs to be tired once to enable EnabledAt = null, // It needs to be tired once to enable
CreatedResponse = new Dictionary<string, object> CreatedResponse = new Dictionary<string, object>