This commit is contained in:
raven 2022-12-22 01:18:25 -05:00
parent 15c2a57ebe
commit 204e42a2cd
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
}
let pass = prompt("Enter the password!", "");
let text;a
let text;
fetch(rootURL + "/checkPass?pass=" + pass)
.then(function (response) {
return response.json();