mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix: Revert change that hid the SSH private key (no-changelog) (#6158)
This commit is contained in:
@@ -35,7 +35,6 @@ export class SshPrivateKey implements ICredentialType {
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
rows: 4,
|
||||
password: true,
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
@@ -45,6 +44,7 @@ export class SshPrivateKey implements ICredentialType {
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'Passphase used to create the key, if no passphase was used leave empty',
|
||||
typeOptions: { password: true },
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user