This commit is contained in:
2020-03-05 23:01:18 +00:00
parent d0afca8954
commit 0db75951c2
5 changed files with 9 additions and 5 deletions

View File

@@ -273,7 +273,7 @@ namespace AyaNova.Api.Controllers
if (changecreds.NewPassword != changecreds.ConfirmPassword)
{
return BadRequest(new ApiErrorResponse(ApiErrorCode.VALIDATION_INVALID_VALUE, "NewPassword", "NewPassword does not match ConfirmPassword"));
return BadRequest(new ApiErrorResponse(ApiErrorCode.VALIDATION_INVALID_VALUE, "ConfirmPassword", "NewPassword does not match ConfirmPassword"));
}