Skip to content

Commit 5d61b1b

Browse files
authored
Update account.html
1 parent d1ee610 commit 5d61b1b

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
@@ -135,7 +135,7 @@
135135

136136
if (PC) {
137137
try {
138-
const res = await fetch(`https://scratch-id.onrender.com/verification/${PC}`);
138+
const res = await fetch(`https://corsproxy.io/?url=https://scratch-id.onrender.com/verification/${PC}`);
139139
const data = await res.json();
140140
const key = Object.keys(data)[0]; // Get the first key (the unique ID)
141141
const plainUsername = data[key].user;

0 commit comments

Comments
 (0)