7 lines
304 B
HTML
7 lines
304 B
HTML
<h2>Sign up confirmation</h2>
|
|
|
|
<p>Thank you for signing up! To complete the registration process and gain access to our platform, please click the link below to confirm your account:</p>
|
|
|
|
<p><a href="{{ .SiteURL }}/auth/confirm?token_hash={{ .TokenHash }}&type=email">Confirm your email address</a></p>
|
|
|