mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
⚡ Remove old reference link for Google Service Account
This commit is contained in:
parent
80f7ee1f7b
commit
ac3ad514ff
|
@ -14,7 +14,7 @@ export class GoogleApi implements ICredentialType {
|
|||
name: 'email',
|
||||
type: 'string' as NodePropertyTypes,
|
||||
default: '',
|
||||
description: 'The Google Service account similar to user-808@project.iam.gserviceaccount.com.<br />See the <a href="https://github.com/jovotech/learn-jovo/blob/master/tutorials/google-spreadsheet-private-cms/README.md#google-api-console">tutorial</a> on how to create one.',
|
||||
description: 'The Google Service account similar to user-808@project.iam.gserviceaccount.com.',
|
||||
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue