profinansy-ui-lib 3.8.2 → 3.8.4

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.
@@ -7146,7 +7146,7 @@ const m1 = (e) => {
7146
7146
  // 30 days
7147
7147
  ...n
7148
7148
  }, o = window.location.origin;
7149
- o.includes("localhost") ? r.domain = "localhost" : o.includes("profinansy.ae") ? r.domain = ".profinansy.ae" : r.domain = ".profinansy.ru", n.expires instanceof Date && (r.expires = n.expires.toUTCString());
7149
+ o.includes("localhost") ? r.domain = "localhost" : o.includes("profinansy.ae") ? r.domain = ".profinansy.ae" : o.includes("qa.profinansy.dev") ? r.domain = ".profinansy.dev" : r.domain = ".profinansy.ru", n.expires instanceof Date && (r.expires = n.expires.toUTCString());
7150
7150
  let i = encodeURIComponent(e) + "=" + encodeURIComponent(t);
7151
7151
  for (const a in r) {
7152
7152
  i += "; " + a;