Files
freeCodeCamp/server/views/emails/user-request-update-email.ejs
Quincy Larson 4f0f17892c Fix/copy improvements (#16859)
* fix(seed): Simplify copy of lessons and remove need for image

* rework copy for account creation and login emails

* fix: Fixup email template and lock-file
2018-03-09 19:39:44 +00:00

10 lines
265 B
Plaintext

Thank you for updating your email address.
Please confirm your updated email address by clicking this link:
<%= host %>/passwordless-change?email=<%= loginEmail %>&token=<%= loginToken %>&emailChange=<%= emailChange %>
Happy coding!
- The freeCodeCamp.org Team