@lingk/sync 2.0.18 → 2.0.19

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.
@@ -4900,20 +4900,14 @@ module.exports =
4900
4900
 
4901
4901
  var _props2 = this.props,
4902
4902
  config = _props2.config,
4903
- onCheck = _props2.onCheck,
4904
4903
  inputs = _props2.inputs,
4905
4904
  creds = _props2.creds,
4906
4905
  onChange = _props2.onChange,
4907
- checking = _props2.checking,
4908
- envCheckResult = _props2.envCheckResult,
4909
- EnvCheckIcons = _props2.EnvCheckIcons,
4910
4906
  onChangeCustomKey = _props2.onChangeCustomKey;
4911
4907
 
4912
- var CodeMirror = codemirror && codemirror.Controlled;
4913
4908
  var Button = inputs.Button;
4914
4909
  var Input = inputs.Input;
4915
4910
  var Toggle = inputs.ToggleButtonGroup;
4916
- var Spinner = inputs.Spinner;
4917
4911
  var bvaToken = {};
4918
4912
  var credentials = config && config.credentials.filter(function (o) {
4919
4913
  if (creds["authenticationType"] === "key") {
@@ -4940,10 +4934,10 @@ module.exports =
4940
4934
  { style: { display: "inline-block" } },
4941
4935
  _react2.default.createElement(
4942
4936
  "div",
4943
- { style: { display: "inline-block", marginLeft: 16 } },
4937
+ { style: { display: "inline-block" } },
4944
4938
  _react2.default.createElement(
4945
4939
  "div",
4946
- { className: "pass-ssh-toggle" },
4940
+ { style: { marginBottom: 5, marginTop: -8 } },
4947
4941
  _react2.default.createElement(Toggle, {
4948
4942
  value: creds["authenticationType"],
4949
4943
  options: ["OAuth", "key"],