Add site manager and initial validation
[arvados-workbench2.git] / src / index.tsx
index fbd6c9a88e1bb8ac18d66bd3ff4c681f38ab89ee..aaca125eae9f0b3bd7f73f66686aa7f0b6699cf1 100644 (file)
@@ -91,7 +91,7 @@ fetchConfig()
         const store = configureStore(history, services);
 
         store.subscribe(initListener(history, store, services, config));
-        store.dispatch(initAuth());
+        store.dispatch(initAuth(config));
         store.dispatch(setBuildInfo());
         store.dispatch(setCurrentTokenDialogApiHost(apiHost));
         store.dispatch(setUuidPrefix(config.uuidPrefix));