bt-core-app 1.4.573 → 1.4.574
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.
- package/dist/bt-core-app.js +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -8866,7 +8866,7 @@ function Mx(e) {
|
|
|
8866
8866
|
if (console.log("trying refresh"), e.useTokenRefresh !== !0 || Gn(r.value.refreshToken) || Gn(r.value.refreshExpiresOn))
|
|
8867
8867
|
return;
|
|
8868
8868
|
const D = Oe.fromFormat(r.value.refreshExpiresOn, t), V = Oe.utc(), I = D.plus({ minutes: 0 - n });
|
|
8869
|
-
if (
|
|
8869
|
+
if (!(V.toString() > D.toString()) && !(V.toString() < I.toString())) {
|
|
8870
8870
|
var M = Qt($o(), e.tokenRefreshPath ?? "refreshtoken");
|
|
8871
8871
|
console.log(`refresh url: ${M}`);
|
|
8872
8872
|
try {
|
package/package.json
CHANGED