Files
HKSingleParty/99_references/supabase-examples/user-management/nextjs-user-management/supabase/auth/email/confirmation.html
2025-05-28 09:55:51 +08:00

7 lines
304 B
HTML

<h2>Sign up confirmation</h2>
<p>Thank you for signing up! To complete the registration process and gain access to our platform, please click the link below to confirm your account:</p>
<p><a href="{{ .SiteURL }}/auth/confirm?token_hash={{ .TokenHash }}&type=email">Confirm your email address</a></p>