Refactor Email Update URL Change

This commit is contained in:
Mrugesh Mohapatra
2016-05-03 10:54:56 +05:30
parent 2224b8dec1
commit caa49aea20
4 changed files with 5 additions and 5 deletions

View File

@@ -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'
});
}