diff --git a/client/components/auth/index.tsx b/client/components/auth/index.tsx index 5f48f3c..1bd4fb3 100644 --- a/client/components/auth/index.tsx +++ b/client/components/auth/index.tsx @@ -41,7 +41,7 @@ const Auth = ({ page }: { page: "signup" | "signin" }) => { signin(json.token) Cookies.set('drift-userid', json.userId); - router.push('/') + router.push('/new') } const handleSubmit = async (e: FormEvent<HTMLFormElement>) => {