feat(#29): Add magic link template

This commit is contained in:
Josh Creek
2024-09-03 20:07:15 +01:00
parent 5c0cce9e47
commit 0423bfa701
+6
View File
@@ -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>