Ignore:
Timestamp:
03/22/26 17:58:40 (4 months ago)
Author:
kikisrbinoska <srbinoskakristina07@…>
Branches:
main
Children:
73b69b2
Parents:
b62cefc
Message:

Added fixes for the login,stories management and reading lists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ChapterX.Application/Auth/LoginResponse.cs

    rb62cefc racf690c  
    11namespace ChapterX.Application.Auth
    22{
    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);
    44}
Note: See TracChangeset for help on using the changeset viewer.