Files
freeCodeCamp/server/views/emails/a-extend-user-welcome.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

20 lines
443 B
Plaintext

Greetings from San Francisco!
Thank you for joining our community.
Please verify your email by following the link below:
<a href="<%= verifyHref %>"><%= verifyHref %></a>
Feel free to email us at this address if you have any questions about freeCodeCamp.
<br>
<br>
And if you have a moment, check out our blog: https://medium.freecodecamp.org.
<br>
<br>
Good luck with the challenges!
Thanks,
The freeCodeCamp Team.
team@freecodecamp.com