mirror of
https://github.com/ultrasn0w/app.git
synced 2025-12-13 15:49:52 +01:00
Register
This commit is contained in:
@@ -12,7 +12,7 @@ public class User
|
||||
|
||||
[JsonPropertyName("imageUrl")] public string ImageUrl { get; set; }
|
||||
|
||||
[JsonPropertyName("lastOnline")] public DateTime LastOnline { get; set; }
|
||||
[JsonPropertyName("lastOnline")] public DateTimeOffset LastOnline { get; set; }
|
||||
|
||||
[JsonPropertyName("gender")] public string? Gender { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user