mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-12 18:43:50 +00:00
feat(#29): Add magic link template
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
<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>
|
||||||
Reference in New Issue
Block a user