Skip to content
Snippets Groups Projects
Commit b459f387 authored by ZARE ALIREZA's avatar ZARE ALIREZA
Browse files

version final

parent 41baa2a0
Branches
No related merge requests found
.idea
.vscode
style.css
index.php
\ No newline at end of file
......@@ -26,7 +26,6 @@ signupForm.querySelector("button").addEventListener("click", function () {
if (password.value.length < 8) {
errors.push("The password cannot be less than 8 characters");
}
// har validationi balaye in benevism kar mikone validation
if (errors.length > 0) {
console.table(errors);
alert(errors.join("\n"));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment