🐛 Send credentials on body when exchanging the code for the access token (#1169)

This commit is contained in:
Ricardo Espinoza
2020-11-17 01:36:12 -05:00
committed by GitHub
parent b74dee450f
commit fdffd47bed

View File

@@ -49,7 +49,7 @@ export class MailchimpOAuth2Api implements ICredentialType {
displayName: 'Authentication',
name: 'authentication',
type: 'hidden' as NodePropertyTypes,
default: 'header',
default: 'body',
},
];
}