Add user avatar URL

This commit is contained in:
2025-05-13 11:31:03 +07:00
parent 4b0e87d48e
commit 621a5a745e
12 changed files with 196 additions and 31 deletions

View File

@@ -7,4 +7,5 @@ public class User
public string Name { get; set; }
public List<Account> Accounts { get; set; }
public string AgentName { get; set; }
public string AvatarUrl { get; set; }
}