Custom scalars

This commit is contained in:
Ahmed Al-Taiar
2024-08-15 12:53:29 -04:00
parent b61a80c9a0
commit 8493e613d7
7 changed files with 22 additions and 33 deletions

View File

@@ -31,8 +31,6 @@ const SignupPage = () => {
if (!loading && data.userCount >= 1) {
toast.error('Account already exists')
console.log('here - redirect')
console.log(data)
navigate(routes.home())
}
}, [data, loading])