fix(SSH Node): Private key field as password and credential test (#6298)

This commit is contained in:
Michael Kret
2023-05-23 12:01:24 +03:00
committed by GitHub
parent bbe6d4c4db
commit d5c7e6f2cf
2 changed files with 12 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ export class SshPrivateKey implements ICredentialType {
type: 'string',
typeOptions: {
rows: 4,
password: true,
},
default: '',
},