From 45986707149ea2abdaaee0381731f3158dc758bc Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 5 Dec 2024 23:59:10 -0700 Subject: [PATCH] Update confirm email template, add plaintext link. Fixes #5375 --- resources/views/emails/confirm_email.blade.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/views/emails/confirm_email.blade.php b/resources/views/emails/confirm_email.blade.php index ee8dcd2db..17b5e8318 100644 --- a/resources/views/emails/confirm_email.blade.php +++ b/resources/views/emails/confirm_email.blade.php @@ -11,6 +11,12 @@ Confirm Email

This link expires after 24 hours.


+ + If the link above is not working, please copy the following address into your web browser: +

+ {{ $verify->url() }} +
+

Thanks,
{{ config('pixelfed.domain.app') }}