From 871f667a5562fb73e9fbd8e42fca03af4e7fb87f Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Wed, 18 May 2016 21:18:41 +0200 Subject: [PATCH 1/2] Fix image path in 2-factor authentification email Fix the broken url to image ressource hosted on wallabag.org --- .../Resources/views/TwoFactor/email_auth_code.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Wallabag/UserBundle/Resources/views/TwoFactor/email_auth_code.html.twig b/src/Wallabag/UserBundle/Resources/views/TwoFactor/email_auth_code.html.twig index c44fcfb77..0730fb988 100644 --- a/src/Wallabag/UserBundle/Resources/views/TwoFactor/email_auth_code.html.twig +++ b/src/Wallabag/UserBundle/Resources/views/TwoFactor/email_auth_code.html.twig @@ -74,7 +74,7 @@ - +
logologo

wallabag

{{ "auth_code.on"|trans({}, 'wallabag_user') }} {{ wallabag_url }}
From 2dcb1dbf05d2beae65a48dc2c92d28385d507f1f Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Thu, 19 May 2016 01:51:50 +0200 Subject: [PATCH 2/2] Forgot a double quote --- .../Resources/views/TwoFactor/email_auth_code.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Wallabag/UserBundle/Resources/views/TwoFactor/email_auth_code.html.twig b/src/Wallabag/UserBundle/Resources/views/TwoFactor/email_auth_code.html.twig index 0730fb988..3731f13b5 100644 --- a/src/Wallabag/UserBundle/Resources/views/TwoFactor/email_auth_code.html.twig +++ b/src/Wallabag/UserBundle/Resources/views/TwoFactor/email_auth_code.html.twig @@ -74,7 +74,7 @@ - +
logologo

wallabag

{{ "auth_code.on"|trans({}, 'wallabag_user') }} {{ wallabag_url }}