forked from GNUsocial/gnu-social
[SECURITY][Authenticator] fix wrong route id on after login redirection
This commit is contained in:
parent
60b15ea79d
commit
656c2c7812
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user