From 6fd2dcdb3d99e476476bc3ed895aca0daae8ba57 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Thu, 10 Jul 2025 08:54:41 +0100 Subject: [PATCH] updated signup payload --- src/component/auth/CSignup.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) => {