diff --git a/src/component/auth/CSignup.jsx b/src/component/auth/CSignup.jsx index 5906a4c..2580fc7 100644 --- a/src/component/auth/CSignup.jsx +++ b/src/component/auth/CSignup.jsx @@ -59,10 +59,10 @@ export default function CSignup() { // dispatch(updateUserDetails({ ...data })); navigate('/dash') // later add redux to dispatch state } + }, + onError: (err) => { + console.log('err', err) } - // onError: (err) => { - // console.log('err', err) - // } }) const completeSignup = (values) => {