Skip to content

Commit daaab14

Browse files
committed
fix(credential-provider-sso): accountId resolution fix
1 parent 11c08d1 commit daaab14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/credential-provider-sso/src/resolveSSOCredentials.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ export const resolveSSOCredentials = async ({
109109
sessionToken,
110110
expiration: new Date(expiration),
111111
credentialScope,
112-
accountId: ssoAccountId,
112+
accountId,
113113
};
114114
};

0 commit comments

Comments
 (0)