Skip to content

Commit

Permalink
update reload
Browse files Browse the repository at this point in the history
  • Loading branch information
vietredweb committed Oct 5, 2024
1 parent a5505c5 commit 1b214ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/ConsentCustom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ const ConsentComponentCustomApp = (props: any) => {
onClick={async () => {
if (revokeConsentOption === 'consent') {
await handleRevokeBtn();
if (level > 1) {
if (level > 1 || window['aesirx1stparty']) {
setTimeout(() => {
window.location.reload();
}, 1000);
Expand Down

0 comments on commit 1b214ff

Please sign in to comment.