scope360-core 0.0.16 → 0.0.17
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/scope360-core.js
CHANGED
|
@@ -13001,7 +13001,7 @@ as.interceptors.response.use(
|
|
|
13001
13001
|
return Promise.reject(n);
|
|
13002
13002
|
} catch {
|
|
13003
13003
|
_n.removeItem("access_token"), _n.removeItem("refresh_token"), _n.removeItem("isOAuth");
|
|
13004
|
-
const e = location.origin;
|
|
13004
|
+
const e = window.location.origin;
|
|
13005
13005
|
return window.open(`https://scope360.io/login?redirectUrl=${e}`, "_self"), Promise.reject(n);
|
|
13006
13006
|
}
|
|
13007
13007
|
}
|