From 871f667a5562fb73e9fbd8e42fca03af4e7fb87f Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Wed, 18 May 2016 21:18:41 +0200 Subject: [PATCH] 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 c44fcfb7..0730fb98 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 }}
-- 2.41.0