Files
SvelteKitSaasBoilerplate/supabase/templates/magic_link.html
T
2024-09-03 20:07:15 +01:00

7 lines
162 B
HTML

<h1>Sign in to your account</h1>
<p>
Click this link to log in:
<a href="{{ .SiteURL }}/auth/confirm?token_hash={{ .TokenHash }}&type=email"> Log In </a>
</p>