Skip to content

Commit

Permalink
Frontend pipeline test
Browse files Browse the repository at this point in the history
  • Loading branch information
nnayk committed Nov 12, 2023
1 parent 70ff356 commit d549c53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Frontend/src/pages/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const Register = () => {
}
if (!isValidEmail(email)) {
setEmailError("Please enter a valid email address.");
console.log("2");
return; // Prevent form submission
} else {
setEmailError("");
Expand Down

0 comments on commit d549c53

Please sign in to comment.