mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
🐛 Fix YouTube credential display name #861
This commit is contained in:
@@ -17,7 +17,7 @@ export class YouTubeOAuth2Api implements ICredentialType {
|
|||||||
extends = [
|
extends = [
|
||||||
'googleOAuth2Api',
|
'googleOAuth2Api',
|
||||||
];
|
];
|
||||||
displayName = 'Google OAuth2 API';
|
displayName = 'YouTube OAuth2 API';
|
||||||
documentationUrl = 'google';
|
documentationUrl = 'google';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user