diff --git a/src/components/Authentication/SignUpUser.tsx b/src/components/Authentication/SignUpUser.tsx index 860c6da0..6f520103 100644 --- a/src/components/Authentication/SignUpUser.tsx +++ b/src/components/Authentication/SignUpUser.tsx @@ -69,6 +69,7 @@ const SignUpUser = () => { }; const ValidateEmail = async (values: emailValue) => { + setVerificationSuccess('') setLoading(true) const userRsp = await checkUserExist(values?.email) const { data } = userRsp as AxiosResponse