Skip to content

Commit 0a052ad

Browse files
committed
Merge branch 'feature/flare-iam' of github.com:liramon1/aws-toolkit-vscode into feature/flare-iam
2 parents 38dadca + cefbb7c commit 0a052ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/util/authUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export class AuthUtil implements IAuthProvider {
215215
if (this.session) {
216216
const credential = (await this.session.getCredential()).credential
217217
if (typeof credential !== 'object') {
218-
throw new ToolkitError('Cannot get token with SSO session')
218+
throw new ToolkitError('Cannot get credential with SSO session')
219219
}
220220
return credential
221221
} else {

0 commit comments

Comments
 (0)