mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
Merge branch 'oauth-support' into feature/oauth1-support
This commit is contained in:
@@ -110,7 +110,7 @@ export class Slack implements INodeType {
|
||||
displayOptions: {
|
||||
show: {
|
||||
authentication: [
|
||||
'oauth2',
|
||||
'oAuth2',
|
||||
],
|
||||
},
|
||||
},
|
||||
@@ -128,7 +128,7 @@ export class Slack implements INodeType {
|
||||
},
|
||||
{
|
||||
name: 'OAuth2',
|
||||
value: 'oauth2',
|
||||
value: 'oAuth2',
|
||||
},
|
||||
],
|
||||
default: 'accessToken',
|
||||
|
||||
Reference in New Issue
Block a user