diff --git a/src/Security/AdminPanelAuthenticator.php b/src/Security/AdminPanelAuthenticator.php index 09a18ad..afec9d5 100644 --- a/src/Security/AdminPanelAuthenticator.php +++ b/src/Security/AdminPanelAuthenticator.php @@ -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 - // */ - // } }