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

@@ -47,7 +47,7 @@ export class Github implements INodeType {
displayOptions: {
show: {
authentication: [
'oauth2',
'oAuth2',
],
},
},
@@ -65,7 +65,7 @@ export class Github implements INodeType {
},
{
name: 'OAuth2',
value: 'oauth2',
value: 'oAuth2',
},
],
default: 'accessToken',