update csp
This commit is contained in:
@@ -72,7 +72,7 @@ module.exports = function(app) {
|
||||
'Feel free to email us at this address if you have ',
|
||||
'any questions about Free Code Camp.\n',
|
||||
'And if you have a moment, check out our blog: ',
|
||||
'blog.freecodecamp.com.\n',
|
||||
'blog.freecodecamp.com.\n\n',
|
||||
'Good luck with the challenges!\n\n',
|
||||
'- the Free Code Camp Volunteer Team'
|
||||
].join('')
|
||||
@@ -85,7 +85,7 @@ module.exports = function(app) {
|
||||
if (err) { return next(err); }
|
||||
|
||||
ctx.req.flash('success', {
|
||||
msg: [ 'thanks for joining freecodecamp!' ]
|
||||
msg: [ "Welcome to Free Code Camp! We've created your account." ]
|
||||
});
|
||||
ctx.res.redirect('/');
|
||||
});
|
||||
|
Reference in New Issue
Block a user