actually fix them

This commit is contained in:
MathMan05 2025-05-02 20:11:54 -05:00
parent 1d7dd62c2b
commit 837fcb4235
2 changed files with 1 additions and 1 deletions

View file

@ -83,7 +83,6 @@ export async function makeLogin(trasparentBg = false, instance = "") {
method: "POST",
headers: {
"Content-type": "application/json; charset=UTF-8",
Referrer: window.location.href,
},
vsmaller: true,
},

View file

@ -39,6 +39,7 @@ export async function makeRegister(trasparentBg = false, instance = "") {
method: "POST",
headers: {
"Content-type": "application/json; charset=UTF-8",
Referrer: window.location.href,
},
vsmaller: true,
},