Merge pull request #1357 from bluewave-labs/fix/fe/remove-console

Remove console log statement
This commit is contained in:
Alexander Holliday
2024-12-11 17:41:45 -08:00
committed by GitHub
@@ -31,7 +31,6 @@ function StepThree({ onSubmit, onBack }) {
}, []);
const { handleChange, feedbacks, form, errors } = useValidatePassword();
console.log(errors);
return (
<>
<Stack