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 5e316a1 commit ce85893Copy full SHA for ce85893
packages/core/src/auth/secondaryAuth.ts
@@ -160,8 +160,12 @@ export class SecondaryAuth<T extends Connection = Connection> {
160
getLogger().debug(
161
`secondaryAuth: cache event did not update global state, no refresh is needed.`
162
)
163
+ //eslint-disable-next-line aws-toolkits/no-console-log
164
+ console.log('secondaryAuth: cache event did not update global state, no refresh is needed.')
165
return
166
}
167
168
+ console.log('secondaryAuth: restorePreviousSession/restoreConnecton')
169
await this.auth.restorePreviousSession()
170
await this.restoreConnection(true)
171
},
0 commit comments