mirror of
https://github.com/QuotifyTeam/QuotifyBE.git
synced 2025-12-16 19:20:06 +01:00
feat: return user's role name inside UserInfoDTO
This commit is contained in:
@@ -6,5 +6,6 @@ public record class UserInfoDTO
|
||||
required public string Name { get; set; }
|
||||
required public string Email { get; set; }
|
||||
public int Role { get; set; }
|
||||
public string? RoleName { get; set; }
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user