From 739b9b07f0e364f98d3c2d0ce8911cd4f53e8455 Mon Sep 17 00:00:00 2001 From: Michael Kret <88898367+michael-radency@users.noreply.github.com> Date: Thu, 30 Mar 2023 11:49:51 +0300 Subject: [PATCH] fix(core): Service account private key as a password field --- packages/nodes-base/credentials/GoogleApi.credentials.ts | 3 +++ 1 file changed, 3 insertions(+) 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',