Updating failure message for bad password

This commit is contained in:
raven 2022-12-22 03:40:32 -05:00
parent e16bbdfa7b
commit 780b7f0291
1 changed files with 2 additions and 1 deletions

View File

@ -314,7 +314,8 @@
}); });
} }
} else { } else {
document.getElementById("view").innerHTML = "<meta http-equiv=\"refresh\" content=3;> <CENTER>THE PASSWORD PROVIDED WAS INCORRECT!" showFailAlert("The password was incorrect!")
document.getElementById("view").innerHTML = "<meta http-equiv=\"refresh\" content=3;>"
} }
}) })
</script> </script>