Skip to content

Commit

Permalink
fix(login-magic-link): Display auth url in body
Browse files Browse the repository at this point in the history
  • Loading branch information
Baboo7 committed Mar 24, 2023
1 parent c86d2b0 commit da8d1c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/emails/login-magic-link.mjml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
</mj-text>
<mj-button background-color="#f9c74f" font-family="Arial" font-size="16px" font-weight="bold" color="#1A3D5C" border-radius="16px" inner-padding="16px 32px" href="{{url}}"> Me Connecter </mj-button>
<mj-text align="center" font-size="14px" color="#ffffff">
<p font-family="Arial">Le bouton ne s'affiche pas ? <a style="color: #ffffff; text-decoration: underline;" href="{{url}}" font-family="Arial">Cliquez ici</a></p>
<p font-family="Arial">Le bouton ne fonctionne pas ? <br> Copiez/collez cette url dans votre navigateur pour vous connecter :</p>
<p><a style="color: #ffffff; text-decoration: underline; word-wrap: break-word;" href="" font-family="Arial">{{url}}</a></p>
</mj-text>
</mj-column>
</mj-section>
Expand Down

0 comments on commit da8d1c4

Please sign in to comment.