tanya-chatbot 0.2.5 → 0.2.6

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.
@@ -144,10 +144,10 @@ async function Ut() {
144
144
  withCredentials: !0
145
145
  }
146
146
  );
147
- return localStorage.setItem("access_token", c.data.access_token), localStorage.setItem(
147
+ return console.log(c.data), localStorage.setItem("access_token", c.data.access_token), localStorage.setItem(
148
148
  "expires_in",
149
149
  String((/* @__PURE__ */ new Date()).getTime() + c.data.expires_in * 1e3)
150
- ), localStorage.setItem("isGuest", r), console.log(c.data), c.data;
150
+ ), localStorage.setItem("isGuest", r), c.data;
151
151
  } catch (a) {
152
152
  console.log(a);
153
153
  }