fix(User): Naming convention updates
This commit is contained in:
@ -625,7 +625,7 @@ module.exports = function(User) {
|
|||||||
'server',
|
'server',
|
||||||
'views',
|
'views',
|
||||||
'emails',
|
'emails',
|
||||||
'user-email-verify.ejs'
|
'user-request-update-email.ejs'
|
||||||
)
|
)
|
||||||
};
|
};
|
||||||
return this.verify(mailOptions);
|
return this.verify(mailOptions);
|
||||||
|
@ -14,4 +14,4 @@ Good luck with the challenges!
|
|||||||
|
|
||||||
Thanks,
|
Thanks,
|
||||||
The freeCodeCamp Team.
|
The freeCodeCamp Team.
|
||||||
team@freecodecamp.com
|
team@freecodecamp.org
|
||||||
|
@ -9,9 +9,9 @@ This above link is valid for 15 minutes.
|
|||||||
|
|
||||||
And when you have a moment:
|
And when you have a moment:
|
||||||
1. Visit the settings page and link your account to GitHub.
|
1. Visit the settings page and link your account to GitHub.
|
||||||
2. Follow our Medium Publication: https://medium.freecodecamp.com
|
2. Follow our Medium Publication: https://medium.freecodecamp.org
|
||||||
3. Checkout our forum: https://forum.freecodecamp.com
|
3. Checkout our forum: https://forum.freecodecamp.org
|
||||||
4. Join the conversation: https://gitter.im/FreeCodeCamp/FreeCodeCamp
|
4. Join the conversation: https://gitter.im/freeCodeCamp/freeCodeCamp
|
||||||
|
|
||||||
IMPORTANT NOTE:
|
IMPORTANT NOTE:
|
||||||
If you did not make any such request, simply delete or ignore this email.
|
If you did not make any such request, simply delete or ignore this email.
|
||||||
@ -21,4 +21,4 @@ Good luck with the challenges!
|
|||||||
|
|
||||||
Thanks,
|
Thanks,
|
||||||
The freeCodeCamp Team.
|
The freeCodeCamp Team.
|
||||||
team@freecodecamp.com
|
team@freecodecamp.org
|
||||||
|
@ -10,4 +10,4 @@ Good luck with the challenges!
|
|||||||
|
|
||||||
Thanks,
|
Thanks,
|
||||||
The freeCodeCamp Team.
|
The freeCodeCamp Team.
|
||||||
team@freecodecamp.com
|
team@freecodecamp.org
|
Reference in New Issue
Block a user