mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
Add credential documentation URL for Strava (#1104)
* Add credential documentation URL for Strava
* 🔨 Fix the documentation URL
This commit is contained in:
parent
ac346b125b
commit
958efa1578
|
@ -9,6 +9,7 @@ export class StravaOAuth2Api implements ICredentialType {
|
|||
'oAuth2Api',
|
||||
];
|
||||
displayName = 'Strava OAuth2 API';
|
||||
documentationUrl = 'strava';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'Authorization URL',
|
||||
|
|
Loading…
Reference in a new issue