mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
🐛 Send credentials on body when exchanging the code for the access token (#1169)
This commit is contained in:
parent
b74dee450f
commit
fdffd47bed
|
@ -49,7 +49,7 @@ export class MailchimpOAuth2Api implements ICredentialType {
|
|||
displayName: 'Authentication',
|
||||
name: 'authentication',
|
||||
type: 'hidden' as NodePropertyTypes,
|
||||
default: 'header',
|
||||
default: 'body',
|
||||
},
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue