diff --git a/src/Security/Authenticator.php b/src/Security/Authenticator.php index fb713029cb..be8d437590 100644 --- a/src/Security/Authenticator.php +++ b/src/Security/Authenticator.php @@ -144,7 +144,7 @@ class Authenticator extends AbstractFormLoginAuthenticator return new RedirectResponse($targetPath); } - return new RedirectResponse(Router::url('/')); + return new RedirectResponse(Router::url('main_all')); } protected function getLoginUrl()