mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Service account private key as a password field
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user