1 parent 1016494 commit 564be85Copy full SHA for 564be85
1 file changed
src/components/sign-up-form.tsx
@@ -49,8 +49,8 @@ export function SignUpForm({
49
})
50
if (error) throw error
51
52
- // router.push("/auth/sign-up-success")
53
- router.push("/")
+ router.push("/auth/sign-up-success")
+ // router.push("/")
54
} catch (error: unknown) {
55
setError(error instanceof Error ? error.message : "An error occurred")
56
} finally {
0 commit comments