mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -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:
|
||||
'Enter the private key located in the JSON file downloaded from Google Cloud Console',
|
||||
required: true,
|
||||
typeOptions: {
|
||||
password: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
displayName: 'Impersonate a User',
|
||||
|
|
Loading…
Reference in a new issue