chore: delete console

This commit is contained in:
Caio Cabral
2024-12-12 09:11:08 -05:00
parent 910080820b
commit cce1ed610c

View File

@@ -367,7 +367,6 @@ StepTwo.propTypes = {
};
const Login = () => {
console.log("login");
const dispatch = useDispatch();
const navigate = useNavigate();
const theme = useTheme();