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 9593551 commit 2f126ecCopy full SHA for 2f126ec
src/credentials/sso/ssoAccessTokenProvider.ts
@@ -165,7 +165,7 @@ export class SsoAccessTokenProvider {
165
166
private async registerClient(): Promise<ClientRegistration> {
167
return this.oidc.registerClient({
168
- clientName: `aws-toolkit-vscode-${globals.clock.Date.now()}`,
+ clientName: `AWS Toolkit for VSCode`,
169
clientType: clientRegistrationType,
170
scopes: this.profile.scopes,
171
})
0 commit comments