This commit is contained in:
Mateusz Gruszczyński
2026-09-17 12:55:29 +02:00
parent 4bdcf1b8dd
commit cd8d3fab95
42 changed files with 286 additions and 842 deletions
-1
View File
@@ -66,7 +66,6 @@ async function loadBootstrap(showMessage = false) {
app.loading = true;
try {
const data = await api('/api/bootstrap');
app.authTokenSubmitted = false;
const hasControlPlan = applyBootstrapSnapshot(data);
renderAll();
if (!hasControlPlan) scheduleControlPlanLoad(0);