Refactor Email Update URL Change
This commit is contained in:
@@ -241,7 +241,7 @@ module.exports = function(app) {
|
||||
if (!req.user) {
|
||||
return res.redirect('/');
|
||||
}
|
||||
return res.render('account/email-update', {
|
||||
return res.render('account/update-email', {
|
||||
title: 'Update your Email'
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user