Skip to content

Commit

Permalink
fix: Revert change that hid the SSH private key (no-changelog) (#6158)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcharnock authored and netroy committed May 15, 2023
1 parent c786525 commit f592dbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export class SshPrivateKey implements ICredentialType {
type: 'string',
typeOptions: {
rows: 4,
password: true,
},
default: '',
},
Expand All @@ -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 },
},
];
}

0 comments on commit f592dbc

Please sign in to comment.