Skip to content

Commit

Permalink
Add simple comment (testing cd)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnayk committed Dec 4, 2023
1 parent 2572504 commit 5b22626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Frontend/src/pages/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const Register = () => {
return emailPattern.test(email);
};

/* handle registration form submission */
const handleSubmit = async (e) => {
e.preventDefault();
const { username, email, password, confirmPassword } = formData;
Expand Down

0 comments on commit 5b22626

Please sign in to comment.