From 204e42a2cde6782d650e6bd56134c5aa627c3ff4 Mon Sep 17 00:00:00 2001 From: raven Date: Thu, 22 Dec 2022 01:18:25 -0500 Subject: [PATCH] typo fix --- htdocs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/index.html b/htdocs/index.html index 06ab4f8..473613e 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -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();