mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-12 18:43:50 +00:00
7 lines
162 B
HTML
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>
|