xv-webcomponents 1.3.28 → 1.3.30
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/cjs/xv-accordion-v2_45.cjs.entry.js +1 -1
- package/dist/cjs/xv-accordion-v2_45.cjs.entry.js.map +1 -1
- package/dist/collection/components/xv-login-modal/xv-login-modal.js +1 -1
- package/dist/collection/components/xv-login-modal/xv-login-modal.js.map +1 -1
- package/dist/esm/xv-accordion-v2_45.entry.js +1 -1
- package/dist/esm/xv-accordion-v2_45.entry.js.map +1 -1
- package/dist/xv-webcomponents/{p-bccd7fe3.entry.js → p-d0b3cac6.entry.js} +2 -2
- package/dist/xv-webcomponents/p-d0b3cac6.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-webcomponents.esm.js +1 -1
- package/package.json +1 -1
- package/dist/xv-webcomponents/p-bccd7fe3.entry.js.map +0 -1
|
@@ -78439,7 +78439,7 @@ const XvLoginModal = class {
|
|
|
78439
78439
|
body: formData,
|
|
78440
78440
|
credentials: 'include',
|
|
78441
78441
|
});
|
|
78442
|
-
if (response.ok) {
|
|
78442
|
+
if (response.ok || response.redirected) {
|
|
78443
78443
|
window.location.reload();
|
|
78444
78444
|
}
|
|
78445
78445
|
}
|