Blame view

node_modules/loopback/templates/verify.ejs 176 Bytes
f7563de62   Palak Handa   first commit
1
2
3
4
5
6
7
8
9
  <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>