mirror of
https://github.com/n8n-io/n8n
synced 2026-04-19 13:05:54 +02:00
fix(HubSpot Node): Rename HubSpot "App Token" auth to "Service Key" (#28479)
Co-authored-by: Jon <jonathan.bennetts@gmail.com>
This commit is contained in:
@@ -8,13 +8,13 @@ import type {
|
||||
export class HubspotAppToken implements ICredentialType {
|
||||
name = 'hubspotAppToken';
|
||||
|
||||
displayName = 'HubSpot App Token';
|
||||
displayName = 'HubSpot Service Key';
|
||||
|
||||
documentationUrl = 'hubspot';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'APP Token',
|
||||
displayName: 'Service Key',
|
||||
name: 'appToken',
|
||||
type: 'string',
|
||||
typeOptions: { password: true },
|
||||
|
||||
@@ -93,7 +93,7 @@ export class HubspotV1 implements INodeType {
|
||||
value: 'apiKey',
|
||||
},
|
||||
{
|
||||
name: 'APP Token',
|
||||
name: 'Service Key',
|
||||
value: 'appToken',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -98,7 +98,7 @@ export class HubspotV2 implements INodeType {
|
||||
value: 'apiKey',
|
||||
},
|
||||
{
|
||||
name: 'APP Token',
|
||||
name: 'Service Key',
|
||||
value: 'appToken',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user