From ce69635f48a8ed3c95a43ce5677d8703391b4463 Mon Sep 17 00:00:00 2001 From: CWX Date: Sun, 12 Jan 2025 19:25:33 +0000 Subject: [PATCH] fix spelling --- Core/Models/Eft/Profile/SptProfile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }