Skip to content

Commit

Permalink
Fix signup step 3
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Mar 29, 2024
1 parent 08d8c37 commit 38a7422
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/frontend/pages/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ function SignupPage() {
message: "Check your emails for the confirmation link",
})
} else {
// redirect to dashboard
window.location.href = "/"
nextStep()
}

analytics.track("Signup", {
Expand Down

0 comments on commit 38a7422

Please sign in to comment.