diff --git a/packages/nodes-base/credentials/GoogleApi.credentials.ts b/packages/nodes-base/credentials/GoogleApi.credentials.ts index dddc7a5a1f..fcd0484895 100644 --- a/packages/nodes-base/credentials/GoogleApi.credentials.ts +++ b/packages/nodes-base/credentials/GoogleApi.credentials.ts @@ -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',