From 1521d0d823852dba52453ef33702d946c2d513b6 Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Wed, 28 Jul 2021 21:26:25 +0000 Subject: [PATCH] [UI] Add TODO annotation to login template, since it's possible to login using email, so the fonrm field names should be updated --- templates/60fff3be08f81.html.twig | 0 templates/foo.html.twig | 0 templates/security/login.html.twig | 17 +++++++++-------- 3 files changed, 9 insertions(+), 8 deletions(-) create mode 100644 templates/60fff3be08f81.html.twig create mode 100644 templates/foo.html.twig diff --git a/templates/60fff3be08f81.html.twig b/templates/60fff3be08f81.html.twig new file mode 100644 index 0000000000..e69de29bb2 diff --git a/templates/foo.html.twig b/templates/foo.html.twig new file mode 100644 index 0000000000..e69de29bb2 diff --git a/templates/security/login.html.twig b/templates/security/login.html.twig index 6c095e34ef..4ade40e527 100644 --- a/templates/security/login.html.twig +++ b/templates/security/login.html.twig @@ -11,10 +11,10 @@
- Login + {{ "Login" | trans }} {% if error %} -
{{ error.messageKey|trans(error.messageData, 'security') }}
+
{{ error.messageKey | trans(error.messageData, 'security') }}
{% endif %}

@@ -23,19 +23,20 @@ You are logged in as {{ app.user.username }}.
- {% else %} - + {% else %} + {# TODO: Login can be done with email, so the id's and stuff should reflect that, along with using the translation facilities #} +
- {% endif %}

- +

@@ -43,7 +44,7 @@

- +