ps-toolkit-ui 0.0.86 → 0.0.87

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.
@@ -6713,6 +6713,8 @@
6713
6713
  loginForm_1.subName = this.l('LoginSmsSubTitle', '');
6714
6714
  loginForm_1.onSuccess = function (result) {
6715
6715
  _this.login.setCookie(result);
6716
+ console.log(_this.login.steps);
6717
+ console.log(result);
6716
6718
  if (_this.login.steps.length > 2 && result.CurrentUser === null) {
6717
6719
  _this.login.steps[2].show(result.StepData);
6718
6720
  }