Changeset e423ff3 for iknow-api/DTOs/UserDTO.cs
- Timestamp:
- 10/28/25 10:51:32 (11 months ago)
- Branches:
- master
- Children:
- 1d32d5c
- Parents:
- c0256f3 (diff), 28759eb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Boris Gjorgjievski <69085722+imbrsk@…> (10/28/25 10:51:32)
- git-committer:
- GitHub <noreply@…> (10/28/25 10:51:32)
- File:
-
- 1 edited
-
iknow-api/DTOs/UserDTO.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/DTOs/UserDTO.cs
rc0256f3 re423ff3 6 6 public string Email { get; set; } = string.Empty; 7 7 public string Password { get; set; } = string.Empty; 8 public bool GenerateRefreshToken { get; set; } 8 9 } 9 10 public class GetUserDataDto
Note:
See TracChangeset
for help on using the changeset viewer.
