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