Fix some minor issues with OAuth2

This commit is contained in:
Jan Oberhauser
2020-05-31 19:24:14 +02:00
parent e51f4561d3
commit a6add045bd
6 changed files with 12 additions and 12 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',