Custom scalars
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user