Skip to content

Commit 7068b03

Browse files
committed
reg token fix
1 parent 1d69fa1 commit 7068b03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/webpage/register.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ async function registertry(e: Event) {
5959
}),
6060
headers: {
6161
"content-type": "application/json",
62+
Referrer: window.location.href,
6263
},
6364
method: "POST",
6465
});

0 commit comments

Comments
 (0)