🐛 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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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