From 3c123be6a7ee08e8231e242bfde6fb0c2b1bd20e Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Fri, 6 Jun 2025 01:08:44 +0800 Subject: [PATCH] :bug: Yeah, bug fixes --- DysonNetwork.Sphere/Account/AccountService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DysonNetwork.Sphere/Account/AccountService.cs b/DysonNetwork.Sphere/Account/AccountService.cs index d9abc11..ccc6523 100644 --- a/DysonNetwork.Sphere/Account/AccountService.cs +++ b/DysonNetwork.Sphere/Account/AccountService.cs @@ -124,7 +124,7 @@ public class AccountService( factor = new AccountAuthFactor { Secret = skOtp32, - Type = AccountAuthFactorType.InAppCode, + Type = AccountAuthFactorType.TimedCode, Trustworthy = 2, EnabledAt = null, // It needs to be tired once to enable CreatedResponse = new Dictionary