diff --git a/DysonNetwork.Pass/Account/AccountCurrentController.cs b/DysonNetwork.Pass/Account/AccountCurrentController.cs index f1c9bef..db510d1 100644 --- a/DysonNetwork.Pass/Account/AccountCurrentController.cs +++ b/DysonNetwork.Pass/Account/AccountCurrentController.cs @@ -80,7 +80,7 @@ public class AccountCurrentController( [MaxLength(1024)] public string? TimeZone { get; set; } [MaxLength(1024)] public string? Location { get; set; } [MaxLength(4096)] public string? Bio { get; set; } - public UsernameColor? UsernameColor { get; set; } + public Shared.Models.UsernameColor? UsernameColor { get; set; } public Instant? Birthday { get; set; } public List? Links { get; set; } @@ -933,4 +933,4 @@ public class AccountCurrentController( .ToListAsync(); return Ok(records); } -} \ No newline at end of file +}