Remove console log statement

This commit is contained in:
Alex Holliday
2024-12-11 11:00:50 +08:00
parent d93b4551b4
commit d993277463

View File

@@ -31,7 +31,6 @@ function StepThree({ onSubmit, onBack }) {
}, []);
const { handleChange, feedbacks, form, errors } = useValidatePassword();
console.log(errors);
return (
<>
<Stack