Depending on the email client, link may or may not be visible

So let's make the link visible
This commit is contained in:
Yohan Boniface 2019-05-05 17:55:13 +02:00
parent e18ad297fa
commit 049ef6260c

View file

@ -1,5 +1,7 @@
<p>Hey ho!</p> <p>Hey ho!</p>
<p>Voici le sésame, <a href="https://{{ hostname }}/sésame/{{ token }}">clique ici</a> pour t'authentifier.</p> <p>Voici le sésame, clique dessus pour t'authentifier, ou copie-colle-le dans ton navigateur:</p>
<a href="https://{{ hostname }}/sésame/{{ token }}">https://{{ hostname }}/sésame/{{ token }}</a>
<p>{{ config.EMAIL_SIGNATURE }}</p> <p>{{ config.EMAIL_SIGNATURE }}</p>