From b16c20f983cf9c04cb8dae990e0a136de2a24859 Mon Sep 17 00:00:00 2001 From: NoobishSVK Date: Sun, 10 Mar 2024 23:05:58 +0100 Subject: [PATCH] admin hotfix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c44c5cc..69ffbc4 100644 --- a/index.js +++ b/index.js @@ -387,7 +387,7 @@ app.get('/', (req, res) => { parseAudioDevice((result) => { res.render('wizard', { - isAdminAuthenticated: req.session.isAdminAuthenticated, + isAdminAuthenticated: true, videoDevices: result.audioDevices, audioDevices: result.videoDevices, serialPorts: serialPorts