ps-toolkit-ui 0.0.84 → 0.0.85
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.
- package/bundles/ps-toolkit-ui.umd.js +1 -2
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/login/login.component.js +2 -3
- package/fesm2015/ps-toolkit-ui.js +1 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -6697,11 +6697,10 @@
|
|
|
6697
6697
|
sendCodeForm.subName = 'SendCodeSubTitle';
|
|
6698
6698
|
this.mobile = new InputClass(this.config.environment, this.l, 'Mobile', 'fad fa-mobile-alt', exports.InputType.Mobile, 'm-b-10 h-45', '', true, 4, 50);
|
|
6699
6699
|
sendCodeForm.onSuccess = function () {
|
|
6700
|
-
console.log(_this.l('LoginSmsSubTitle', _this.mobile.data()));
|
|
6701
|
-
console.log(_this.login.steps);
|
|
6702
6700
|
loginForm_1.subName = _this.l('LoginSmsSubTitle', _this.mobile.data());
|
|
6703
6701
|
_this.mobile.type = exports.InputType.Hidden;
|
|
6704
6702
|
code_1.progress.start();
|
|
6703
|
+
console.log(_this.login.steps[1]);
|
|
6705
6704
|
_this.login.steps[1].show();
|
|
6706
6705
|
setTimeout(function () {
|
|
6707
6706
|
code_1.focus();
|