Index: ChapterX.Application/Auth/LoginResponse.cs
===================================================================
--- ChapterX.Application/Auth/LoginResponse.cs	(revision e294f7d2cedd462a923c69ae9f85c996b5377c69)
+++ ChapterX.Application/Auth/LoginResponse.cs	(revision acf690c1403ecbecd948a46d950278f177f2d408)
@@ -1,4 +1,4 @@
 namespace ChapterX.Application.Auth
 {
-    public record LoginResponse(string Token, int UserId, string Username, string Email);
+    public record LoginResponse(string Token, int UserId, string Username, string Email, string Name, string Surname, string Role);
 }
