diff --git a/src/Controller/RegistrationController.php b/src/Controller/RegistrationController.php index b58a402..d28928a 100644 --- a/src/Controller/RegistrationController.php +++ b/src/Controller/RegistrationController.php @@ -96,6 +96,6 @@ class RegistrationController extends AbstractController // @TODO Change the redirect on success and handle or remove the flash message in your templates $this->addFlash('success', 'Your email address has been verified.'); - return $this->redirectToRoute('user'); + return $this->redirectToRoute('user_page'); } }