mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-08 20:22:45 +01:00
removed unused fira bits
This commit is contained in:
parent
f9fd9940bd
commit
7464d46843
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user