Merge branch 'master' of ssh://git.thisfro.ch:222/thisfro/plant-exchange

This commit is contained in:
Jannis Portmann 2021-04-30 10:03:59 +02:00
commit 8697c8a618

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 // @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.'); $this->addFlash('success', 'Your email address has been verified.');
return $this->redirectToRoute('user'); return $this->redirectToRoute('user_page');
} }
} }