mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
🔨 Add documentationUrl to credentials
This commit is contained in:
@@ -9,6 +9,7 @@ export class GoogleOAuth2Api implements ICredentialType {
|
||||
'oAuth2Api',
|
||||
];
|
||||
displayName = 'Google OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'Authorization URL',
|
||||
|
||||
Reference in New Issue
Block a user