typo fix
This commit is contained in:
parent
15c2a57ebe
commit
204e42a2cd
@ -49,7 +49,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
let pass = prompt("Enter the password!", "");
|
let pass = prompt("Enter the password!", "");
|
||||||
let text;a
|
let text;
|
||||||
fetch(rootURL + "/checkPass?pass=" + pass)
|
fetch(rootURL + "/checkPass?pass=" + pass)
|
||||||
.then(function (response) {
|
.then(function (response) {
|
||||||
return response.json();
|
return response.json();
|
||||||
|
Loading…
Reference in New Issue
Block a user