1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-08 02:28:57 +03:00

Fix type in GitHub credentials (#2103)

This commit is contained in:
Mutasem Aldmour 2021-08-21 14:25:42 +02:00 committed by GitHub
parent 31a83f1672
commit 47149facc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ export class GithubApi implements ICredentialType {
name: 'server',
type: 'string',
default: 'https://api.github.com',
description: 'The server to connect to. Does only have to get changed if Github Enterprise gets used.',
description: 'The server to connect to. Only has to be set if Github Enterprise is used.',
},
{
displayName: 'User',

View File

@ -17,7 +17,7 @@ export class GithubOAuth2Api implements ICredentialType {
name: 'server',
type: 'string',
default: 'https://api.github.com',
description: 'The server to connect to. Does only have to get changed if Github Enterprise gets used.',
description: 'The server to connect to. Only has to be set if Github Enterprise is used.',
},
{
displayName: 'Authorization URL',