From 780b7f0291fed538b8120efa1f6572374b3b0e5b Mon Sep 17 00:00:00 2001 From: raven Date: Thu, 22 Dec 2022 03:40:32 -0500 Subject: [PATCH] Updating failure message for bad password --- htdocs/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/index.html b/htdocs/index.html index 8c65019..6cff03f 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -314,7 +314,8 @@ }); } } else { - document.getElementById("view").innerHTML = "
THE PASSWORD PROVIDED WAS INCORRECT!" + showFailAlert("The password was incorrect!") + document.getElementById("view").innerHTML = "" } })