removed unused fira bits
This commit is contained in:
parent
f9fd9940bd
commit
7464d46843
|
@ -44,10 +44,7 @@ module.exports = {
|
||||||
const appState = await state(req);
|
const appState = await state(req);
|
||||||
res.send(
|
res.send(
|
||||||
stripEvents(
|
stripEvents(
|
||||||
routes().toString(
|
routes().toString(`/unsupported/${req.params.reason}`, appState)
|
||||||
`/unsupported/${req.params.reason}`,
|
|
||||||
Object.assign(appState, { fira: true })
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
|
@ -30,7 +30,6 @@ module.exports = async function(req) {
|
||||||
storage: {
|
storage: {
|
||||||
files: []
|
files: []
|
||||||
},
|
},
|
||||||
fira: false,
|
|
||||||
fileInfo: {},
|
fileInfo: {},
|
||||||
cspNonce: req.cspNonce,
|
cspNonce: req.cspNonce,
|
||||||
user: { avatar: assets.get('user.svg'), loggedIn: false },
|
user: { avatar: assets.get('user.svg'), loggedIn: false },
|
||||||
|
|
Loading…
Reference in New Issue