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

5 lines
150 B
HTML

<h2>Magic Link</h2>
<p>Follow this link to login:</p>
<p><a href="{{ .SiteURL }}/auth/confirm?token_hash={{ .TokenHash }}&type=email">Log In</a></p>