@lingk/sync 2.2.5 → 2.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7159,7 +7159,7 @@ module.exports =
7159
7159
  var Toggle = inputs.ToggleButtonGroup;
7160
7160
  var Spinner = inputs.Spinner;
7161
7161
  var credentials = config && config.credentials.filter(function (o) {
7162
- if (o === "privateKey") {
7162
+ if (o === "privateKey" || o === "passphrase") {
7163
7163
  var i = "ssh-key";
7164
7164
  var j = "two-Factor Auth";
7165
7165
  if (creds["credentialType"] === i || creds["credentialType"] === j) {