mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
docs: update credential doc links for google nodes (#4381)
This commit is contained in:
@@ -4,7 +4,7 @@ export class GoogleOAuth2Api implements ICredentialType {
|
||||
name = 'googleOAuth2Api';
|
||||
extends = ['oAuth2Api'];
|
||||
displayName = 'Google OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-generic/';
|
||||
icon = 'file:Google.svg';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user