Files
linumiq_net-web_app/public/email-templates/confirmation.html
T
Gerhard Scheikl 129e21529c 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.
2026-05-31 20:43:12 +02:00

5 lines
327 B
HTML

<h2>Confirm your signup</h2>
<p>Welcome to LinumIQ Tunnels. Click the link below to confirm your email address and activate your account:</p>
<p><a href="{{ .SiteURL }}/auth/confirm?token_hash={{ .TokenHash }}&type=signup">Confirm your email</a></p>
<p>If you did not create this account, you can safely ignore this email.</p>