resend
This commit is contained in:
@@ -11,6 +11,7 @@ namespace Webshop.Application.Services.Customers
|
||||
Task<CustomerDto?> GetMyProfileAsync(string userId);
|
||||
Task<(bool Success, string ErrorMessage)> ChangePasswordAsync(string userId, ChangePasswordRequestDto request);
|
||||
Task<(bool Success, string ErrorMessage)> UpdateMyProfileAsync(string userId, UpdateCustomerDto profileDto);
|
||||
|
||||
Task<(bool Success, string ErrorMessage)> ChangeEmailAsync(string userId, string newEmail, string currentPassword);
|
||||
Task<(bool Success, string ErrorMessage)> ConfirmEmailChangeAsync(string userId, string newEmail, string token);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user