We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfdaa3 commit 732b399Copy full SHA for 732b399
packages/token-providers/src/getSsoOidcClient.ts
@@ -10,7 +10,7 @@ export const getSsoOidcClient = async (ssoRegion: string, init: FromSsoInit = {}
10
11
const ssoOidcClient = new SSOOIDCClient(
12
Object.assign({}, init.clientConfig ?? {}, {
13
- region: ssoRegion ?? init.clientConfig.region,
+ region: ssoRegion ?? init.clientConfig?.region,
14
logger: init.clientConfig?.logger ?? init.parentClientConfig?.logger,
15
})
16
);
0 commit comments