Files
freeCodeCamp/server/views/emails/user-email-verify.ejs
Mrugesh Mohapatra f8c818e7e7 Implement passwordless login
* Created a new rest API to create and save a temporary token that
  can be exchanged for a access token.
* Updated the sign in view
* Add email template for sign in links
* Add route to request a access token and login user
* Make the email views conistent
2017-09-01 17:14:43 -07:00

14 lines
316 B
Plaintext

Thank you for updating your contact details.
Please verify your email by following the link below:
<a href="<%= verifyHref %>"><%= verifyHref %></a>
Please email us at this address if you have any questions about freeCodeCamp.
Good luck with the challenges!
Thanks,
The freeCodeCamp Team.
team@freecodecamp.com