ソースを参照

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

Daniel Supernault 7 ヶ月 前
コミット
4598670714
1 ファイル変更6 行追加0 行削除
  1. 6 0
      resources/views/emails/confirm_email.blade.php

+ 6 - 0
resources/views/emails/confirm_email.blade.php

@@ -11,6 +11,12 @@ Confirm Email
 
 <p>This link expires after 24 hours.</p>
 <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>
 <a href="{{ config('app.url') }}">{{ config('pixelfed.domain.app') }}</a>