diff --git a/config/packages/security.yaml b/config/packages/security.yaml index 3933959..2d5e81a 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -24,11 +24,6 @@ security: logout: path: app_logout target: app_login - remember_me: - secret: '%kernel.secret%' - lifetime: 604800 - token_provider: - doctrine: true # Easy way to control access for large sections of your site # Note: Only the *first* access control that matches will be used diff --git a/templates/security/login.html.twig b/templates/security/login.html.twig index 8f659b8..41ac0d8 100644 --- a/templates/security/login.html.twig +++ b/templates/security/login.html.twig @@ -34,16 +34,6 @@ required autocomplete="current-password"> -
-
- -
-
- -
-
-{% endblock %} \ No newline at end of file +{% endblock %}