]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix broken 2 factor auth logo image 3869/head
authorJonathan Crooke <itsthejb@users.noreply.github.com>
Thu, 31 Jan 2019 21:14:53 +0000 (22:14 +0100)
committerGitHub <noreply@github.com>
Thu, 31 Jan 2019 21:14:53 +0000 (22:14 +0100)
src/Wallabag/UserBundle/Resources/views/TwoFactor/email_auth_code.html.twig

index ecc1d79a27f96ce3bf29d7676413a27a62e8ae15..cd5aaf407b3b0ae545575b3de82587224d69df31 100644 (file)
@@ -74,7 +74,7 @@
 
                 <table cellpadding="0" cellspacing="0" border="0" align="center" id="card">
                     <tr>
-                        <td style="padding: 20px;" width="96px" valign="top"><img class="image_fix" src="{{ absolute_url(asset('wallassets/themes/_global/img/logo-other_themes.png')) }}" alt="logo" title="{{ wallabag_url }}" style="width: 96px; height: 96px;" /></td>
+                        <td style="padding: 20px;" width="96px" valign="top"><img class="image_fix" src="{{ absolute_url(asset('wallassets/themes/_global/img/logo-square.svg')) }}" alt="logo" title="{{ wallabag_url }}" style="width: 96px; height: 96px;" /></td>
                         <td style="padding: 20px; padding-left: 0;" valign="top" id="cell_desc">
                             <h1>wallabag</h1>
                             <h5>{{ "auth_code.on"|trans({}, 'wallabag_user') }} {{ wallabag_url }}</h5>