special pages workflow changed

This commit is contained in:
Jan Prochazka
2024-10-21 17:36:46 +02:00
parent 967615b6e5
commit 32c7919885
14 changed files with 339 additions and 109 deletions

View File

@@ -38,7 +38,7 @@
// console.log('************** LOADING API');
const config = await getConfig();
await handleAuthOnStartup(config, isAdminPage);
await handleAuthOnStartup(config);
const connections = await apiCall('connections/list');
const settings = await getSettings();