🐛 bug fix
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ router.get('/configure', userRequired, (req, res, next) => {
|
||||
showPasswordWarning = true;
|
||||
}
|
||||
res.locals.message = req.flash('message');
|
||||
res.locals.showPasswordWarning = true;
|
||||
res.locals.showPasswordWarning = showPasswordWarning;
|
||||
res.render('configure', req.session.user);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user