ps-toolkit-ui 0.0.85 → 0.0.86

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.
@@ -6700,7 +6700,6 @@
6700
6700
  loginForm_1.subName = _this.l('LoginSmsSubTitle', _this.mobile.data());
6701
6701
  _this.mobile.type = exports.InputType.Hidden;
6702
6702
  code_1.progress.start();
6703
- console.log(_this.login.steps[1]);
6704
6703
  _this.login.steps[1].show();
6705
6704
  setTimeout(function () {
6706
6705
  code_1.focus();
@@ -6761,13 +6760,11 @@
6761
6760
  };
6762
6761
  var loginStep = new LoginStepClass(loginForm_1);
6763
6762
  loginStep.show = function () {
6764
- console.log('loginStep.show');
6765
- _this.login.active = 0;
6763
+ _this.login.active = 1;
6766
6764
  };
6767
6765
  var sendCodeStep = new LoginStepClass(sendCodeForm);
6768
6766
  sendCodeStep.show = function () {
6769
- console.log('sendCodeStep.show');
6770
- _this.login.active = 1;
6767
+ _this.login.active = 0;
6771
6768
  };
6772
6769
  this.login.steps.unshift(loginStep);
6773
6770
  this.login.steps.unshift(sendCodeStep);