ps-toolkit-ui 0.2.52 → 0.2.55

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.
@@ -93,8 +93,8 @@
93
93
  Logout: 'خروج'
94
94
  },
95
95
  Login: {
96
- ReSendCodeDes: '(ارسال مجدد)',
97
- ReSendCodeRemain: '<div class="ltr d-ib"><div class="t-c d-ib w-20-p">{}</div>:<div class="t-c d-ib w-20-p">{}</div></div> مانده تا دریافت مجدد کد',
96
+ ReSendCodeDes: '<span class="c-secondary c-p">ارسال مجدد</span>',
97
+ ReSendCodeRemain: '<div class="ltr d-ib va-m"><div class="t-c d-ib w-20-p f-l">{}</div><div class="t-c d-ib w-5-p f-l">:</div><div class="t-c d-ib w-20-p f-l">{}</div></div><div class="d-ib va-m">مانده تا دریافت مجدد کد</div>',
98
98
  Code: 'کد تایید',
99
99
  Base: 'نام سایت',
100
100
  BaseDesc: 'توضیحات سایت',
@@ -6717,7 +6717,7 @@
6717
6717
  };
6718
6718
  labelResend_1.onClick = function () {
6719
6719
  labelResend_1.name = '(' + _this.login.l('LoadingComp', 'Send') + ')';
6720
- new RequestClass(_this.config.environment).send(_this.login.reSendCodeUrl, exports.Method.Post, loginForm_1.data(), null, function () {
6720
+ new RequestClass(_this.config.environment).send(_this.login.sendCodeUrl, exports.Method.Post, loginForm_1.data(), null, function () {
6721
6721
  labelResend_1.name = 'ReSendCodeDes';
6722
6722
  code_1.progress.start();
6723
6723
  }, function (error) {