Change redirect link to verifyEmail

This commit is contained in:
Sofia Baltzi 2017-10-20 13:12:50 +00:00
parent 00274f327e
commit 58476a8273
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public class RegisterServlet extends HttpServlet {
response.sendRedirect("./error.jsp");
}
}
response.sendRedirect("./success.jsp");
response.sendRedirect("./verifyEmail.jsp");
printWriter.close();
}