Skip to content

Commit

Permalink
SQL Tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
astechedu committed Mar 29, 2024
1 parent 13b065a commit fc18078
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function formSubmit(){
}
if(password.value == ""){
password.style.border = "1px solid red"
errorUser.style.display = "block"
errorPass.style.display = "block"
return false
}

Expand Down

0 comments on commit fc18078

Please sign in to comment.