[COMPONENT][Feed] Correct queries and introduce new feeds
Refactor feeds and search to use a common query builder
This commit is contained in:
@@ -160,7 +160,7 @@ class Authenticator extends AbstractFormLoginAuthenticator implements Authentica
|
||||
return new RedirectResponse($targetPath);
|
||||
}
|
||||
|
||||
return new RedirectResponse(Router::url('main_all'));
|
||||
return new RedirectResponse(Router::url('root'));
|
||||
}
|
||||
|
||||
public function authenticate(Request $request): PassportInterface
|
||||
|
||||
Reference in New Issue
Block a user