Small improvement

This commit is contained in:
ricardo 2020-07-23 19:49:07 -04:00
parent 8015c91f25
commit e387229642

View file

@ -35,7 +35,7 @@ export class AcuitySchedulingTrigger implements INodeType {
displayOptions: {
show: {
authentication: [
'accessToken',
'apiKey',
],
},
},
@ -67,15 +67,15 @@ export class AcuitySchedulingTrigger implements INodeType {
type: 'options',
options: [
{
name: 'Access Token',
value: 'accessToken',
name: 'API Key',
value: 'apiKey',
},
{
name: 'OAuth2',
value: 'oAuth2',
},
],
default: 'accessToken',
default: 'apiKey',
description: 'Method of authentication.',
},
{