We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba46128 commit 4490725Copy full SHA for 4490725
web-portal/server/js/app.js
@@ -95,7 +95,7 @@ app.get('/main',
95
isVerified: (await userRouter.getIsVerified(req) ? 'true' : 'false'),
96
nodisclaimer: (await userRouter.getNoDisclaimer(req) ? 'true' : 'false'),
97
isNCO: config.isNCO(req),
98
- isAutoLogin: req.query.autologin,
+ isAutoLogin: (req.query.autologin != undefined),
99
notecards: (req.query.notecards != undefined),
100
rooms: (req.query.rooms != undefined)
101
}
0 commit comments