Merge pull request #15891 from raisedadead/fix/passwordless-auth
fix(auth): update the passwordless-auth missed changes
This commit is contained in:
@@ -2,7 +2,7 @@ const isDev = process.env.NODE_ENV !== 'production';
|
||||
const isBeta = !!process.env.BETA;
|
||||
|
||||
export function getEmailSender() {
|
||||
return process.env.EMAIL_SENDER || 'team@freecodecamp.org';
|
||||
return process.env.SES_MAIL_FROM || 'team@freecodecamp.org';
|
||||
}
|
||||
|
||||
export function getPort() {
|
||||
|
@@ -1,19 +0,0 @@
|
||||
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
|
Reference in New Issue
Block a user