mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-15 00:10:51 +02:00
use default 403 message for accounts
This commit is contained in:
@@ -37,9 +37,7 @@ function userNotAllowed(res) {
|
||||
if (res.locals.isAPI) {
|
||||
res.status(403).json('not-allowed');
|
||||
} else {
|
||||
res.render('403', {
|
||||
error: 'Not allowed.'
|
||||
});
|
||||
res.render('403');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user