From 95f8fdcce23f19d015a64521587ccbfdae0dc7c7 Mon Sep 17 00:00:00 2001 From: mortezaei Date: Fri, 15 May 2026 20:57:57 +0330 Subject: [PATCH] fix: update submit path for pending onboarding status to redirect to terms --- src/app/intro/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/intro/page.tsx b/src/app/intro/page.tsx index d6af97e..d37b896 100644 --- a/src/app/intro/page.tsx +++ b/src/app/intro/page.tsx @@ -25,7 +25,7 @@ function getSubmitPath(profile: MarriageProfileResponse | undefined) { : isInCase && profile?.active_case?.status === "male_accepted" ? "/request-sent" : profile?.status === "pending_onboarding" - ? "/rules" + ? "/terms" : profile?.status === "pending_info" ? "/questions-list" : profile?.status === "waiting"