add admin panel #20
@ -42,15 +42,4 @@ class AdminPanelAuthenticator extends AbstractAuthenticator
|
|||||||
{
|
{
|
||||||
return null;
|
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
|
|
||||||
// */
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user