complete registration process
This commit is contained in:
parent
b212d1fa74
commit
8c4771e4f9
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue