Merge branch 'origin/master' into 14478-log-in-into-clusters
[arvados-workbench2.git] / src / index.tsx
index 7cd4ae9ab45dfc37e8b8bdc9690318ba393fc530..1b7a281d6a81798f4f807ca37a643d332ea74ff0 100644 (file)
@@ -102,7 +102,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));