Skip to content

Commit

Permalink
fix: Init cookie-policy even if cookies have been set already (#14497)
Browse files Browse the repository at this point in the history
  • Loading branch information
petesfrench authored Nov 22, 2024
1 parent 17761ed commit 7b56dd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/js/src/cookie-policy-with-callback.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if (!cookieAcceptanceValue) {
cpNs.cookiePolicy(setUserId);
} else {
setUserId();
cpNs.cookiePolicy();
}

function setUserId() {
Expand Down

0 comments on commit 7b56dd1

Please sign in to comment.