reg token fix

This commit is contained in:
MathMan05 2025-03-20 17:03:46 -05:00
parent 1d69fa16a2
commit 7068b03757

View file

@ -59,6 +59,7 @@ async function registertry(e: Event) {
}),
headers: {
"content-type": "application/json",
Referrer: window.location.href,
},
method: "POST",
});