Skip to content

Commit bfc2fe7

Browse files
authored
Update account.html
1 parent 593a690 commit bfc2fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/account.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
};
132132

133133
async function checkAuth() {
134-
const PC = new URLSearchParams(window.location.search).get('privateCode');
134+
const PC = new URLSearchParams(window.location.search).get('id');
135135

136136
if (PC) {
137137
try {

0 commit comments

Comments
 (0)