actually fix them
This commit is contained in:
parent
1d7dd62c2b
commit
837fcb4235
2 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,6 @@ export async function makeLogin(trasparentBg = false, instance = "") {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"Content-type": "application/json; charset=UTF-8",
|
"Content-type": "application/json; charset=UTF-8",
|
||||||
Referrer: window.location.href,
|
|
||||||
},
|
},
|
||||||
vsmaller: true,
|
vsmaller: true,
|
||||||
},
|
},
|
||||||
|
|
|
@ -39,6 +39,7 @@ export async function makeRegister(trasparentBg = false, instance = "") {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
"Content-type": "application/json; charset=UTF-8",
|
"Content-type": "application/json; charset=UTF-8",
|
||||||
|
Referrer: window.location.href,
|
||||||
},
|
},
|
||||||
vsmaller: true,
|
vsmaller: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue