Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Portals committed Aug 20, 2024
1 parent 147e50a commit 4f21d45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public ModelAndView registerAccount(
if (bindingResult.hasErrors()) {
return createGetRegister(htmxRequest, form, bindingResult);
} else {
return new ModelAndView("redirect:/");
return new ModelAndView("redirect:/login?account-created");
}
}

Expand Down

0 comments on commit 4f21d45

Please sign in to comment.