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 cb62d2f + 43a0880 commit 4c932aeCopy full SHA for 4c932ae
packages/core/src/auth/sso/ssoAccessTokenProvider.ts
@@ -124,7 +124,7 @@ export abstract class SsoAccessTokenProvider {
124
}
125
126
getLogger().info(
127
- `Auth: bearer token expired (expires at ${data.token.expiresAt}), attempting refresh (key=${this.tokenCacheKey})`
+ `Auth: bearer token expired (expires at ${data.token.expiresAt}), attempting refresh the token for (key=${this.tokenCacheKey})`
128
)
129
130
if (data.registration && !isExpired(data.registration) && hasProps(data.token, 'refreshToken')) {
0 commit comments