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