🎉 add more prompt

This commit is contained in:
Song
2021-01-17 18:23:37 +08:00
parent fbfc0f5680
commit d36b3db26d
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -92,6 +92,7 @@ router.get('/configure', userRequired, (req, res, next) => {
}
res.locals.message = req.flash('message');
res.locals.showPasswordWarning = showPasswordWarning;
res.locals.verifyUrl = config.href + req.session.user.prefix + '/verify';
res.render('configure', req.session.user);
});