Index: iknow-api/DTOs/UserDTO.cs
===================================================================
--- iknow-api/DTOs/UserDTO.cs	(revision c0256f3dcd8ffab0b33214bc3b52859d8707827b)
+++ iknow-api/DTOs/UserDTO.cs	(revision e423ff3504833ceb777b0ce7d95cdd29effecfed)
@@ -6,4 +6,5 @@
         public string Email { get; set; } = string.Empty;
         public string Password { get; set; } = string.Empty;
+        public bool GenerateRefreshToken { get; set; }
     }
     public class GetUserDataDto
