From 730982611462c83415d6c65912bae8b5938b37f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Sat, 21 Oct 2023 08:56:15 +0200 Subject: [PATCH] Feat: Add logo to login and password-reset screens --- templates/security/login.html.twig | 7 ++++--- templates/security/password_reset.html.twig | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/templates/security/login.html.twig b/templates/security/login.html.twig index aa23e83..2ca435c 100644 --- a/templates/security/login.html.twig +++ b/templates/security/login.html.twig @@ -2,9 +2,10 @@ {% block body %}
-
-

- MyE&P Team +
+

+ MyE&P Team + My E&P Team

{% if error %}
diff --git a/templates/security/password_reset.html.twig b/templates/security/password_reset.html.twig index 51ad672..9d4e274 100644 --- a/templates/security/password_reset.html.twig +++ b/templates/security/password_reset.html.twig @@ -2,9 +2,10 @@ {% block body %}
-
-

- MyE&P Team +
+

+ MyE&P Team + My E&P Team

{{ form_start(form) }}