diff --git a/app/auth/callback/page.tsx b/app/auth/callback/page.tsx index 4891587..e364b31 100644 --- a/app/auth/callback/page.tsx +++ b/app/auth/callback/page.tsx @@ -105,6 +105,7 @@ function AuthCallbackContent() { const handleRetry = () => { setError(null) + processedRef.current = false setIsRetrying(true) } diff --git a/app/welcome/page.tsx b/app/welcome/page.tsx index 666b541..6112548 100644 --- a/app/welcome/page.tsx +++ b/app/welcome/page.tsx @@ -317,7 +317,7 @@ function WelcomeContent() { } if (switchingOrgId) { - return + return } if (redirectingCheckout || (planLoading && step === 3)) {