From 129e21529c2fa68504fad5d9df26eb37d3b2006d Mon Sep 17 00:00:00 2001 From: Gerhard Scheikl Date: Sun, 31 May 2026 20:43:12 +0200 Subject: [PATCH] feat(auth): host GoTrue confirmation email template as static asset GoTrue v2.186 only loads MAILER_TEMPLATES_* over HTTP(S) (local file/file:// paths are rejected), so serve the token_hash confirmation template from the app's public dir for GoTrue to fetch and cache. --- public/email-templates/confirmation.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 public/email-templates/confirmation.html diff --git a/public/email-templates/confirmation.html b/public/email-templates/confirmation.html new file mode 100644 index 0000000..b03c2a4 --- /dev/null +++ b/public/email-templates/confirmation.html @@ -0,0 +1,4 @@ +

Confirm your signup

+

Welcome to LinumIQ Tunnels. Click the link below to confirm your email address and activate your account:

+

Confirm your email

+

If you did not create this account, you can safely ignore this email.