diff --git a/PyroFetes/DTO/User/Response/GetUserDto.cs b/PyroFetes/DTO/User/Response/GetUserDto.cs index b22d6608..764e6774 100644 --- a/PyroFetes/DTO/User/Response/GetUserDto.cs +++ b/PyroFetes/DTO/User/Response/GetUserDto.cs @@ -4,6 +4,7 @@ public class GetUserDto { public int Id { get; set; } public string? Name { get; set; } + public string? Password { get; set; } public string? Fonction { get; set; } public string? Email { get; set; } } \ No newline at end of file