mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:36:31 +00:00
make python app load a bit eariler, making startup a bit faster
This commit is contained in:
@@ -6,8 +6,8 @@ namespace Azaion.CommonSecurity.DTO;
|
||||
[MessagePackObject]
|
||||
public class User
|
||||
{
|
||||
[Key("i")]public string Id { get; set; }
|
||||
[Key("e")]public string Email { get; set; }
|
||||
[Key("i")] public string Id { get; set; } = "";
|
||||
[Key("e")] public string Email { get; set; } = "";
|
||||
[Key("r")]public RoleEnum Role { get; set; }
|
||||
|
||||
//For deserializing
|
||||
|
||||
Reference in New Issue
Block a user