|
|
@ -35,7 +35,7 @@ middleware.buildHeader = helpers.try(async (req, res, next) => {
|
|
|
|
await require('./index').applyCSRFasync(req, res);
|
|
|
|
await require('./index').applyCSRFasync(req, res);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
({ req, locals: res.locals } = await plugins.hooks.fire('filter:middleware.buildHeader', { req: req, locals: res.locals }));
|
|
|
|
await plugins.hooks.fire('filter:middleware.buildHeader', { req: req, locals: res.locals });
|
|
|
|
const [config, canLoginIfBanned] = await Promise.all([
|
|
|
|
const [config, canLoginIfBanned] = await Promise.all([
|
|
|
|
controllers.api.loadConfig(req),
|
|
|
|
controllers.api.loadConfig(req),
|
|
|
|
user.bans.canLoginIfBanned(req.uid),
|
|
|
|
user.bans.canLoginIfBanned(req.uid),
|
|
|
|