@maxtropy/v-components 0.0.5-beta.0 → 0.0.5-beta.1
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.
|
@@ -8632,8 +8632,8 @@ function is(e) {
|
|
|
8632
8632
|
function Hl() {
|
|
8633
8633
|
oy().then(() => {
|
|
8634
8634
|
document.cookie = "isvAppToken=;expires=Thu,01 Jan 1970 00:00:00 UTC;path=/;";
|
|
8635
|
-
const
|
|
8636
|
-
window.location.
|
|
8635
|
+
const e = new URL(window.location.href);
|
|
8636
|
+
window.location.assign("/server/landing?to=" + encodeURIComponent(e.toString()));
|
|
8637
8637
|
});
|
|
8638
8638
|
}
|
|
8639
8639
|
const rI = {
|