Skip to content

Commit 4c932ae

Browse files
Merge master into feature/v2-to-v3-migration
2 parents cb62d2f + 43a0880 commit 4c932ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/auth/sso/ssoAccessTokenProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export abstract class SsoAccessTokenProvider {
124124
}
125125

126126
getLogger().info(
127-
`Auth: bearer token expired (expires at ${data.token.expiresAt}), attempting refresh (key=${this.tokenCacheKey})`
127+
`Auth: bearer token expired (expires at ${data.token.expiresAt}), attempting refresh the token for (key=${this.tokenCacheKey})`
128128
)
129129

130130
if (data.registration && !isExpired(data.registration) && hasProps(data.token, 'refreshToken')) {

0 commit comments

Comments
 (0)