feat: add intro text to email sign up page (#39409)

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
Ahmad Abdolsaheb
2020-08-16 00:01:18 +03:00
committed by GitHub
parent d7cd3f7777
commit b1da66b80d
5 changed files with 142 additions and 125 deletions

View File

@ -246,9 +246,7 @@ const updatePrivacyTerms = (req, res, next) => {
}
return res.status(200).json({
type: 'success',
message:
'We have updated your preferences. ' +
'You can now continue using freeCodeCamp!'
message: `We have updated your preferences.`
});
});
};