From 4a7805c77bdcf7b1356a3693f440a88454154e5b Mon Sep 17 00:00:00 2001 From: Maxiser Date: Sun, 8 Dec 2024 16:35:33 +0100 Subject: [PATCH] suppression de authentication --- templates/authentication/index.html.twig | 35 ------------------------ 1 file changed, 35 deletions(-) delete mode 100644 templates/authentication/index.html.twig diff --git a/templates/authentication/index.html.twig b/templates/authentication/index.html.twig deleted file mode 100644 index c40b41a..0000000 --- a/templates/authentication/index.html.twig +++ /dev/null @@ -1,35 +0,0 @@ - - -{% block title %}Log in!{% endblock %} - -{% block body %} -
- {% if error %} -
{{ error.messageKey|trans(error.messageData, 'security') }}
- {% endif %} - - {% if app.user %} -
- You are logged in as {{ app.user.userIdentifier }}, Logout -
- {% endif %} - -

Please sign in

- - - - - - - -
- - -
- - - -
-{% endblock %} \ No newline at end of file