mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-05 08:06:19 +00:00
fix: onboarding navigate
This commit is contained in:
parent
2a3d3cde58
commit
fd51e5a0b2
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ export default function Page() {
|
|||
|
||||
useEffect(() => {
|
||||
if (user && !onboardingLoading && shouldShowOnboarding()) {
|
||||
router.push("/onboarding/welcome")
|
||||
router.push("/onboarding?step=input&flow=welcome")
|
||||
}
|
||||
}, [user, shouldShowOnboarding, onboardingLoading, router])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue