Skip to content

Commit

Permalink
fix(core): Service account private key as a password field
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-radency authored and netroy committed Mar 30, 2023
1 parent c37463b commit 2b28470
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/nodes-base/credentials/GoogleApi.credentials.ts
Expand Up @@ -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',
Expand Down

0 comments on commit 2b28470

Please sign in to comment.