mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 17:07:22 +01:00
add secondary UID stuff
This commit is contained in:
parent
96e89437c0
commit
677224e363
10 changed files with 1196 additions and 177 deletions
|
|
@ -11,4 +11,6 @@ public class Auth
|
|||
public string UserUID { get; set; }
|
||||
public User User { get; set; }
|
||||
public bool IsBanned { get; set; }
|
||||
public string? PrimaryUserUID { get; set; }
|
||||
public User? PrimaryUser { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue