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.
2 parents e79313c + 8342872 commit 7d69f1dCopy full SHA for 7d69f1d
packages/core/src/codewhisperer/util/authUtil.ts
@@ -149,7 +149,6 @@ export class AuthUtil implements IAuthProvider {
149
this.session = new SsoLogin(this.profileName, this.lspAuth, this.eventEmitter)
150
await this.session.restore()
151
if (!this.isConnected()) {
152
- await this.session?.logout()
153
// Try to restore an IAM session
154
this.session = new IamLogin(this.profileName, this.lspAuth, this.eventEmitter)
155
0 commit comments