mirror of
https://github.com/QuotifyTeam/QuotifyBE.git
synced 2025-12-16 19:00:07 +01:00
fix: use userid for jwt, migration for user roles
This commit is contained in:
@@ -23,7 +23,8 @@ public static class UserMapping
|
||||
{
|
||||
Id = user.Id,
|
||||
Name = user.Name,
|
||||
Email = user.Email
|
||||
Email = user.Email,
|
||||
Role = user.Role
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user