bt-core-app 2.0.134 → 2.0.135
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
|
@@ -9572,7 +9572,7 @@ function pP(e) {
|
|
|
9572
9572
|
if (!e.useTokenRefresh || ia(r.value.refreshExpiresOn) || ia(r.value.refreshToken))
|
|
9573
9573
|
return !0;
|
|
9574
9574
|
const A = ut.fromFormat(r.value.refreshExpiresOn, t);
|
|
9575
|
-
return ut.utc()
|
|
9575
|
+
return ut.utc() > A;
|
|
9576
9576
|
}
|
|
9577
9577
|
function D() {
|
|
9578
9578
|
const A = vt(r);
|
package/package.json
CHANGED