diff --git a/Core/Models/Eft/Profile/SptProfile.cs b/Core/Models/Eft/Profile/SptProfile.cs index 265070eb..44ff731e 100644 --- a/Core/Models/Eft/Profile/SptProfile.cs +++ b/Core/Models/Eft/Profile/SptProfile.cs @@ -71,7 +71,7 @@ public class Info public int? Aid { get; set; } [JsonPropertyName("username")] - public string? UserName { get; set; } + public string? Username { get; set; } [JsonPropertyName("password")] public string? Password { get; set; }