Skip to content

Commit 837fcb4

Browse files
committed
actually fix them
1 parent 1d7dd62 commit 837fcb4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/webpage/login.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ export async function makeLogin(trasparentBg = false, instance = "") {
8383
method: "POST",
8484
headers: {
8585
"Content-type": "application/json; charset=UTF-8",
86-
Referrer: window.location.href,
8786
},
8887
vsmaller: true,
8988
},

src/webpage/register.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export async function makeRegister(trasparentBg = false, instance = "") {
3939
method: "POST",
4040
headers: {
4141
"Content-type": "application/json; charset=UTF-8",
42+
Referrer: window.location.href,
4243
},
4344
vsmaller: true,
4445
},

0 commit comments

Comments
 (0)