X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/9525ed95bef2a8de63b48a0682c342465d29bae9..ae94f4d8463ff6350329e802cb902c8dad96a710:/src/store/store.ts diff --git a/src/store/store.ts b/src/store/store.ts index a6e0cbbe..7beb099c 100644 --- a/src/store/store.ts +++ b/src/store/store.ts @@ -136,7 +136,7 @@ export function configureStore(history: History, services: ServiceRepository, co const state = store.getState(); if (state.auth && state.auth.apiToken) { - handleRedirects(config); + handleRedirects(state.auth.apiToken, config); } return next(action);