fix(core): Service account private key as a password field

This commit is contained in:
Michael Kret 2023-03-30 11:49:51 +03:00 committed by GitHub
parent 58fda255fe
commit 739b9b07f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',