Files
freeCodeCamp/server/views/emails/user-request-update-email.ejs

9 lines
255 B
Plaintext
Raw Normal View History

Thank you for updating your contact details.
Please verify your new email by following the link below:
<%= host %>/passwordless-change?email=<%= loginEmail %>&token=<%= loginToken %>&emailChange=<%= emailChange %>
Happy coding!
- The freeCodeCamp Team