diff --git a/DysonNetwork.Sphere/Account/AccountController.cs b/DysonNetwork.Sphere/Account/AccountController.cs index 8e47642..c421220 100644 --- a/DysonNetwork.Sphere/Account/AccountController.cs +++ b/DysonNetwork.Sphere/Account/AccountController.cs @@ -106,7 +106,8 @@ public class AccountController( new AccountAuthFactor { Type = AccountAuthFactorType.Password, - Secret = request.Password + Secret = request.Password, + EnabledAt = SystemClock.Instance.GetCurrentInstant() }.HashSecret() }, Profile = new Profile()