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