remove comments
All checks were successful
build / build (pull_request) Successful in 4m45s

This commit is contained in:
Constantin Simonis 2025-02-08 00:29:56 +01:00
parent 7994c7d264
commit 52fd2b3a42
Signed by: csimonis
GPG Key ID: 3878FF77C24AF4D2

View File

@ -42,15 +42,4 @@ class AdminPanelAuthenticator extends AbstractAuthenticator
{
return null;
}
// public function start(Request $request, ?AuthenticationException $authException = null): Response
// {
// /*
// * If you would like this class to control what happens when an anonymous user accesses a
// * protected page (e.g. redirect to /login), uncomment this method and make this class
// * implement Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface.
// *
// * For more details, see https://symfony.com/doc/current/security/experimental_authenticators.html#configuring-the-authentication-entry-point
// */
// }
}