X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f41a161af85e740c85ecc6a805644ff712cd4620..43a384e98b698de75f66dcc5a0241a1246ddd447:/src/store/auth/auth-reducer.ts diff --git a/src/store/auth/auth-reducer.ts b/src/store/auth/auth-reducer.ts index e7087b58..03357526 100644 --- a/src/store/auth/auth-reducer.ts +++ b/src/store/auth/auth-reducer.ts @@ -37,7 +37,7 @@ export const authReducer = (services: ServiceRepository) => (state = initialStat return { ...state, localCluster: config.uuidPrefix, - remoteHosts: config.remoteHosts, + remoteHosts: { ...config.remoteHosts, [config.uuidPrefix]: new URL(config.rootUrl).host }, homeCluster: config.uuidPrefix }; },