Update confirm email template, add plaintext link. Fixes #5375

This commit is contained in:
Daniel Supernault 2024-12-05 23:59:10 -07:00
parent 885876e417
commit 4598670714
No known key found for this signature in database
GPG key ID: 23740873EE6F76A1

View file

@ -11,6 +11,12 @@ Confirm Email
<p>This link expires after 24 hours.</p> <p>This link expires after 24 hours.</p>
<br> <br>
<small>
If the link above is not working, please copy the following address into your web browser:
<br><br>
{{ $verify->url() }}
</small>
<br><br>
Thanks,<br> Thanks,<br>
<a href="{{ config('app.url') }}">{{ config('pixelfed.domain.app') }}</a> <a href="{{ config('app.url') }}">{{ config('pixelfed.domain.app') }}</a>