Add credential documentation URL for Strava (#1104)

* Add credential documentation URL for Strava

* 🔨 Fix the documentation URL
This commit is contained in:
Harshil Agrawal 2020-10-27 15:48:24 +00:00 committed by GitHub
parent ac346b125b
commit 958efa1578
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ export class StravaOAuth2Api implements ICredentialType {
'oAuth2Api',
];
displayName = 'Strava OAuth2 API';
documentationUrl = 'strava';
properties = [
{
displayName: 'Authorization URL',