remove ad cookie (main)

This commit is contained in:
Jai A 2024-10-14 23:49:27 -07:00
parent 0e14d3f9c1
commit cc89e0f3f1
No known key found for this signature in database
GPG Key ID: 9A9F9B7250E9883C

View File

@ -71,12 +71,6 @@
tude.setPrivacySettings({
personalizedAds: personalized ?? true,
});
const hash = getCookie("modrinth-app-token");
console.log(hash);
tude.setIdProfile({
e: hash,
});
});
}