correctly handle login
This commit is contained in:
parent
d74c283830
commit
e209ea73ff
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ class AppAuthenticator extends AbstractFormLoginAuthenticator implements Passwor
|
|||
return new RedirectResponse($targetPath);
|
||||
}
|
||||
|
||||
return new RedirectResponse($this->urlGenerator->generate('logout'));
|
||||
return new RedirectResponse($this->urlGenerator->generate('user_page'));
|
||||
}
|
||||
|
||||
protected function getLoginUrl()
|
||||
|
|
Reference in a new issue