complete registration process

This commit is contained in:
Jannis Portmann 2021-04-29 23:30:34 +02:00
parent b212d1fa74
commit 8c4771e4f9

View file

@ -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');
}
}