mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 06:00:53 +03:00
removed unused fira bits
This commit is contained in:
@@ -44,10 +44,7 @@ module.exports = {
|
||||
const appState = await state(req);
|
||||
res.send(
|
||||
stripEvents(
|
||||
routes().toString(
|
||||
`/unsupported/${req.params.reason}`,
|
||||
Object.assign(appState, { fira: true })
|
||||
)
|
||||
routes().toString(`/unsupported/${req.params.reason}`, appState)
|
||||
)
|
||||
);
|
||||
},
|
||||
|
||||
@@ -30,7 +30,6 @@ module.exports = async function(req) {
|
||||
storage: {
|
||||
files: []
|
||||
},
|
||||
fira: false,
|
||||
fileInfo: {},
|
||||
cspNonce: req.cspNonce,
|
||||
user: { avatar: assets.get('user.svg'), loggedIn: false },
|
||||
|
||||
Reference in New Issue
Block a user