v0.14.25
This commit is contained in:
Vendored
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user