tanya-chatbot 0.1.7 → 0.1.9

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.
@@ -139,7 +139,7 @@ async function te() {
139
139
  ).usrRef;
140
140
  try {
141
141
  const a = r ? "unregister-auth" : "register-auth", c = await D.get(
142
- `${n}sc-api/${a}?dwsid=${o}&email=${i}&pubCfg=${dt()}&envRef=${ft()}&orgRef=${pt()}&siteId=${et()}`,
142
+ `${n}sc-api/${a}?dwsid=${o}&email=${i}&pubCfg=${dt()}&envRef=${ft()}&orgRef=${pt()}&siteId=${et()}&token=true`,
143
143
  {
144
144
  withCredentials: !0
145
145
  }