diff --git a/modules/ppcp-button/resources/js/modules/DataClientIdAttributeHandler.js b/modules/ppcp-button/resources/js/modules/DataClientIdAttributeHandler.js index 10caeef1c..4d58a385a 100644 --- a/modules/ppcp-button/resources/js/modules/DataClientIdAttributeHandler.js +++ b/modules/ppcp-button/resources/js/modules/DataClientIdAttributeHandler.js @@ -30,12 +30,6 @@ const dataClientIdAttributeHandler = (script, config) => { return; } - const token = storedTokenForUser(config.user); - if (token) { - script.setAttribute('data-client-token', token); - document.body.append(script); - return; - } fetch(config.endpoint, { method: 'POST', body: JSON.stringify({