aesirx-analytics 2.3.0 → 2.3.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.
@@ -9,7 +9,7 @@ import {
|
|
9
9
|
check_circle_default,
|
10
10
|
getWeb3ID,
|
11
11
|
useConsentStatus_default
|
12
|
-
} from "./chunk-
|
12
|
+
} from "./chunk-FFLWRB5N.js";
|
13
13
|
import {
|
14
14
|
AnalyticsContext,
|
15
15
|
agreeConsents,
|
@@ -792,7 +792,7 @@ var ConsentComponentCustomApp = (props) => {
|
|
792
792
|
onClick: async () => {
|
793
793
|
if (revokeConsentOption === "consent") {
|
794
794
|
await handleRevokeBtn();
|
795
|
-
if (level > 1) {
|
795
|
+
if (level > 1 || window["aesirx1stparty"]) {
|
796
796
|
setTimeout(() => {
|
797
797
|
window.location.reload();
|
798
798
|
}, 1e3);
|