mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
🐛 Fix YouTube credential display name #861
This commit is contained in:
parent
e7347fd181
commit
5ae1d3b49a
|
@ -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 = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue