mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Small improvement
This commit is contained in:
@@ -55,7 +55,7 @@ export class Zendesk implements INodeType {
|
||||
displayOptions: {
|
||||
show: {
|
||||
authentication: [
|
||||
'accessToken',
|
||||
'apiToken',
|
||||
],
|
||||
},
|
||||
},
|
||||
@@ -79,15 +79,15 @@ export class Zendesk implements INodeType {
|
||||
type: 'options',
|
||||
options: [
|
||||
{
|
||||
name: 'Access Token',
|
||||
value: 'accessToken',
|
||||
name: 'API Token',
|
||||
value: 'apiToken',
|
||||
},
|
||||
{
|
||||
name: 'OAuth2',
|
||||
value: 'oAuth2',
|
||||
},
|
||||
],
|
||||
default: 'accessToken',
|
||||
default: 'apiToken',
|
||||
description: 'The resource to operate on.',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user