From ecd4ebc7840ed55dcac3bf03f5cc1a1aaa45ef9e Mon Sep 17 00:00:00 2001 From: thisfro Date: Thu, 6 May 2021 11:56:17 +0200 Subject: [PATCH] fill form with previously tried email if set --- templates/security/login.html.twig | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/templates/security/login.html.twig b/templates/security/login.html.twig index eb6fa42..6c66575 100644 --- a/templates/security/login.html.twig +++ b/templates/security/login.html.twig @@ -17,11 +17,19 @@

Please sign in

- + {% if last_username %} + + {% else %} + + {% endif %}
- + {% if last_username %} + + {% else %} + + {% endif %}