mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 12:01:17 +01:00
403 browser title
This commit is contained in:
@@ -519,7 +519,7 @@ middleware.requireUser = function(req, res, next) {
|
||||
return next();
|
||||
}
|
||||
|
||||
res.render('403', {});
|
||||
res.render('403', {title: '[[global:403.title]]'});
|
||||
};
|
||||
|
||||
function redirectToLogin(req, res) {
|
||||
|
||||
Reference in New Issue
Block a user