Merge branch 'oauth-support' into feature/oauth1-support

This commit is contained in:
ricardo
2020-06-01 20:48:34 -04:00
25 changed files with 443 additions and 180 deletions

View File

@@ -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',