Skip to content

Commit de9debe

Browse files
fix key
1 parent c47f70e commit de9debe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,12 +527,12 @@
527527
"viewsWelcome": [
528528
{
529529
"view": "hubspot.viewsWelcome.accountAuth",
530-
"contents": "No authenticated accounts were found.\nIn order to use HubSpot VSCode features, you need to authenticate your account(s). \n[Authenticate HubSpot Account](command:hubspot.auth.onClickAuthorize)\nTo learn more about authentication using personal access keys, [read our docs](https://developers.hubspot.com/docs/cms/personal-access-key).",
530+
"contents": "No authenticated accounts were found.\nIn order to use HubSpot VSCode features, you need to authenticate your account(s). \n[Authenticate HubSpot Account](command:hubspot.account.onClickAuthorize)\nTo learn more about authentication using personal access keys, [read our docs](https://developers.hubspot.com/docs/cms/personal-access-key).",
531531
"when": "!hubspot.configPath"
532532
},
533533
{
534534
"view": "hubspot.viewsWelcome.accountAuth",
535-
"contents": "To work with other HubSpot accounts within VSCode, authenticate each additional account by clicking the button below. \n[Authenticate Additional HubSpot Account](command:hubspot.auth.onClickAuthorize)\nTo learn more about authentication using personal access keys, [read our docs](https://developers.hubspot.com/docs/cms/personal-access-key).",
535+
"contents": "To work with other HubSpot accounts within VSCode, authenticate each additional account by clicking the button below. \n[Authenticate Additional HubSpot Account](command:hubspot.account.onClickAuthorize)\nTo learn more about authentication using personal access keys, [read our docs](https://developers.hubspot.com/docs/cms/personal-access-key).",
536536
"when": "hubspot.configPath"
537537
},
538538
{

0 commit comments

Comments
 (0)