mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-18 11:03:17 +00:00
Update confirm email template, add plaintext link. Fixes #5375
This commit is contained in:
parent
885876e417
commit
4598670714
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue