Skip to content

Commit

Permalink
Merge pull request #50 from spoo-me/49-fix-code-scanning-alert-inclus…
Browse files Browse the repository at this point in the history
…ion-of-functionality-from-an-untrusted-source

Remove console log from password validation function
  • Loading branch information
Zingzy authored Nov 28, 2024
2 parents fac81a6 + 81fe5a3 commit 5235e16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/js/index-validate.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
function validatePassword() {
var password = document.getElementById("password").value;

console.log(password);
if (password.trim() === "") {
return true;
}
Expand Down

0 comments on commit 5235e16

Please sign in to comment.