diff --git a/src/routes/(console)/organization-[organization]/change-plan/+page.svelte b/src/routes/(console)/organization-[organization]/change-plan/+page.svelte index 5a9fc7598..a414984fa 100644 --- a/src/routes/(console)/organization-[organization]/change-plan/+page.svelte +++ b/src/routes/(console)/organization-[organization]/change-plan/+page.svelte @@ -192,6 +192,7 @@ billingBudget ?? null ); + //If the response contains a client_secret, it means that validation is required if (org?.client_secret) { let redirectURL = buildOrgRedirectURL( `${base}/create-organization`,