mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-29 21:37:48 +02: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