Skip to content

Commit fb41127

Browse files
Role added in auth response
1 parent 4ce3299 commit fb41127

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UserManagement.Contracts/Auth/AuthResult.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ public record AuthResponse(
66
int UserId,
77
string UserName,
88
string Token,
9+
string role,
910
DateTime ExpiresAtUtc,
1011
List<CategoryDto> Categories
1112
);

0 commit comments

Comments
 (0)