Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
rolorogan committed Apr 2, 2024
1 parent 30a9743 commit 16ded8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Form/Step5Email/Step5Email.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const Step5Email = () => {

// Function to check if email address has already registered
const checkEmailAddress = async (value) => {
console.log(value);
setcheckingEmail(true); // Set checking email to true so continue button shows loading spinner

try {
Expand Down

0 comments on commit 16ded8d

Please # to comment.