Index: ChapterX.Application/Auth/LoginResponse.cs
===================================================================
--- ChapterX.Application/Auth/LoginResponse.cs	(revision e294f7d2cedd462a923c69ae9f85c996b5377c69)
+++ ChapterX.Application/Auth/LoginResponse.cs	(revision a7550ca4790b7d1a7515a4a688b871e32313d8bf)
@@ -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);
 }
