mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix(Raindrop Node): Update access token URL (#4542)
⚡ Change token exchange URL
This commit is contained in:
parent
d2bec63cec
commit
740df0c1e5
|
@ -24,7 +24,7 @@ export class RaindropOAuth2Api implements ICredentialType {
|
|||
displayName: 'Access Token URL',
|
||||
name: 'accessTokenUrl',
|
||||
type: 'hidden',
|
||||
default: 'https://raindrop.io/oauth/access_token',
|
||||
default: 'https://api.raindrop.io/v1/oauth/access_token',
|
||||
},
|
||||
{
|
||||
displayName: 'Auth URI Query Parameters',
|
||||
|
|
Loading…
Reference in a new issue