Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix AbstractFormLoginAuthenticator return types (fixes #47571).
Children of AbstractFormLoginAuthenticator should be allowed to return a `Response` instead of being required to return a `RedirectResponse`. This change matches the return types in the newer AbstractLoginFormAuthenticator.
- Loading branch information