ps-toolkit-ui 1.19.82 → 1.19.83

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.
@@ -8070,6 +8070,7 @@
8070
8070
  LoginClass.prototype.setCookie = function (r) {
8071
8071
  if (r.Token) {
8072
8072
  HelperClass.setCookie('Authorization', "Bearer " + r.Token);
8073
+ HelperClass.setCookie('AuthorizationCu', "Bearer " + r.Token);
8073
8074
  }
8074
8075
  };
8075
8076
  LoginClass.prototype.showModal = function () {