mirror of
https://github.com/QuotifyTeam/QuotifyBE.git
synced 2025-12-16 15:40:07 +01:00
fix: use userid for jwt, migration for user roles
This commit is contained in:
@@ -5,5 +5,6 @@ public record class UserInfoDTO
|
||||
public int Id { get; set; }
|
||||
required public string Name { get; set; }
|
||||
required public string Email { get; set; }
|
||||
public int Role { get; set; }
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user