Skip to content

Commit

Permalink
Ignore Test Main
Browse files Browse the repository at this point in the history
  • Loading branch information
bentran1vn committed Oct 14, 2024
1 parent 056fdbd commit 6695cd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ await _mailService.SendMail(new MailContent()
To = "tan182205@gmail.com"
});

await _mailService.SendMail(EmailExtensions.ForgotPasswordBody("randomNumber", $"USERNAME", "request.Email"));
// await _mailService.SendMail(EmailExtensions.ForgotPasswordBody("randomNumber", $"USERNAME", "request.Email"));

return Result.Success("Adding Skill For Mentor Successfully !");
}
Expand Down

0 comments on commit 6695cd3

Please sign in to comment.