Changeset acf690c for ChapterX.Application/Auth/LoginResponse.cs
- Timestamp:
- 03/22/26 17:58:40 (4 months ago)
- Branches:
- main
- Children:
- 73b69b2
- Parents:
- b62cefc
- File:
-
- 1 edited
-
ChapterX.Application/Auth/LoginResponse.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Application/Auth/LoginResponse.cs
rb62cefc racf690c 1 1 namespace ChapterX.Application.Auth 2 2 { 3 public record LoginResponse(string Token, int UserId, string Username, string Email );3 public record LoginResponse(string Token, int UserId, string Username, string Email, string Name, string Surname, string Role); 4 4 }
Note:
See TracChangeset
for help on using the changeset viewer.
