Skip to content

Commit

Permalink
fix basepath for zenko client
Browse files Browse the repository at this point in the history
  • Loading branch information
MonPote committed Sep 19, 2023
1 parent 3a2a3de commit 1ccf10c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/react/actions/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export function loadAppConfig(config: AppConfig, user): ThunkNonStateAction {
config.zenkoEndpoint,
config.iamInternalFQDN,
config.s3InternalFQDN,
config.basePath,
),
),
);
Expand Down

0 comments on commit 1ccf10c

Please sign in to comment.