mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(core): Service account private key as a password field
This commit is contained in:
parent
58fda255fe
commit
739b9b07f0
|
@ -29,6 +29,9 @@ export class GoogleApi implements ICredentialType {
|
||||||
description:
|
description:
|
||||||
'Enter the private key located in the JSON file downloaded from Google Cloud Console',
|
'Enter the private key located in the JSON file downloaded from Google Cloud Console',
|
||||||
required: true,
|
required: true,
|
||||||
|
typeOptions: {
|
||||||
|
password: true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Impersonate a User',
|
displayName: 'Impersonate a User',
|
||||||
|
|
Loading…
Reference in a new issue