typo fix
This commit is contained in:
parent
15c2a57ebe
commit
204e42a2cd
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user