We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ee610 commit 5d61b1bCopy full SHA for 5d61b1b
src/account.html
@@ -135,7 +135,7 @@
135
136
if (PC) {
137
try {
138
- const res = await fetch(`https://scratch-id.onrender.com/verification/${PC}`);
+ const res = await fetch(`https://corsproxy.io/?url=https://scratch-id.onrender.com/verification/${PC}`);
139
const data = await res.json();
140
const key = Object.keys(data)[0]; // Get the first key (the unique ID)
141
const plainUsername = data[key].user;
0 commit comments