Аватар
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace Knot.Contracts.Auth.Application.Auth.DTOs;
|
||||
namespace Knot.Contracts.Auth.Application.Auth.DTOs;
|
||||
|
||||
public class AuthResponseDto
|
||||
{
|
||||
@@ -7,6 +7,7 @@ public class AuthResponseDto
|
||||
public Guid UserId { get; set; }
|
||||
public string Username { get; set; } = string.Empty;
|
||||
public string? DisplayName { get; set; }
|
||||
public string? Avatar { get; set; }
|
||||
}
|
||||
|
||||
public class ResetPasswordDto
|
||||
|
||||
Reference in New Issue
Block a user