From 1ccf10ca79346e57907b7c3b034557f39e683019 Mon Sep 17 00:00:00 2001 From: Patrick Ear Date: Tue, 19 Sep 2023 16:23:43 +0200 Subject: [PATCH] fix basepath for zenko client --- src/react/actions/auth.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/react/actions/auth.ts b/src/react/actions/auth.ts index eae26e6e3..1c098f3b3 100644 --- a/src/react/actions/auth.ts +++ b/src/react/actions/auth.ts @@ -97,6 +97,7 @@ export function loadAppConfig(config: AppConfig, user): ThunkNonStateAction { config.zenkoEndpoint, config.iamInternalFQDN, config.s3InternalFQDN, + config.basePath, ), ), );