mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -08:00
⚡ Fix Salesforce OAuth missing refresh-token problem
This commit is contained in:
parent
4bcd0bc073
commit
8bf5f592af
|
@ -28,7 +28,7 @@ export class SalesforceOAuth2Api implements ICredentialType {
|
|||
displayName: 'Scope',
|
||||
name: 'scope',
|
||||
type: 'hidden' as NodePropertyTypes,
|
||||
default: 'full',
|
||||
default: 'full refresh_token',
|
||||
},
|
||||
{
|
||||
displayName: 'Auth URI Query Parameters',
|
||||
|
|
Loading…
Reference in a new issue