mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-20 15:30:39 +01: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