loopback/templates/verify.ejs

9 lines
176 B
Plaintext

<h1>Thank You</h1>
<p>
Thanks for registering. Please follow the link below to complete your registration.
</p>
<p>
<a href="<%= verifyHref %>"><%= verifyHref %></a>
</p>