Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
Remove send welcome email after register
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingadonis committed Dec 7, 2023
1 parent 30a9b55 commit 247ec2f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ protected void doPost(HttpServletRequest request, HttpServletResponse response)

Singleton.userDAO.insert(user);

Singleton.email.sendWelcomeEmail(user);

response.sendRedirect("login?" + REGISTER_SUCCESS_PARAM + "=true");
} else {
String errorMsg = "Email đã tồn tại!";
Expand Down

0 comments on commit 247ec2f

Please # to comment.