mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
⚡ Remove not needed property
This commit is contained in:
parent
5481dc3d25
commit
21633b0c5a
|
@ -20,8 +20,6 @@ export class GoogleApi implements ICredentialType {
|
||||||
{
|
{
|
||||||
displayName: 'Private Key',
|
displayName: 'Private Key',
|
||||||
name: 'privateKey',
|
name: 'privateKey',
|
||||||
// @ts-ignore
|
|
||||||
lines: 5,
|
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
description: 'Use the multiline editor. Make sure there are exactly 3 lines.<br />-----BEGIN PRIVATE KEY-----<br />KEY IN A SINGLE LINE<br />-----END PRIVATE KEY-----',
|
description: 'Use the multiline editor. Make sure there are exactly 3 lines.<br />-----BEGIN PRIVATE KEY-----<br />KEY IN A SINGLE LINE<br />-----END PRIVATE KEY-----',
|
||||||
|
|
Loading…
Reference in a new issue