Skip to content

Commit 564be85

Browse files
committed
Email confirmation page
1 parent 1016494 commit 564be85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/sign-up-form.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ export function SignUpForm({
4949
})
5050
if (error) throw error
5151

52-
// router.push("/auth/sign-up-success")
53-
router.push("/")
52+
router.push("/auth/sign-up-success")
53+
// router.push("/")
5454
} catch (error: unknown) {
5555
setError(error instanceof Error ? error.message : "An error occurred")
5656
} finally {

0 commit comments

Comments
 (0)