mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-15 17:37:30 +01:00
pass on config in account
This commit is contained in:
@@ -103,7 +103,7 @@ router.get('/en', (req, res) => {
|
||||
});
|
||||
|
||||
router.get('/account', (req, res) => {
|
||||
res.render('spacedeck');
|
||||
res.render('spacedeck', { config:config });
|
||||
});
|
||||
|
||||
router.get('/login', (req, res) => {
|
||||
|
||||
Reference in New Issue
Block a user