fix: reset processing state on retry in auth callback and update loading overlay title in welcome page

This commit is contained in:
Usman Baig
2026-02-09 09:15:55 +01:00
parent 7a54428334
commit a3e9bac119
2 changed files with 2 additions and 1 deletions

View File

@@ -105,6 +105,7 @@ function AuthCallbackContent() {
const handleRetry = () => {
setError(null)
processedRef.current = false
setIsRetrying(true)
}

View File

@@ -317,7 +317,7 @@ function WelcomeContent() {
}
if (switchingOrgId) {
return <LoadingOverlay logoSrc="/pulse_icon_no_margins.png" title="Switching workspace..." />
return <LoadingOverlay logoSrc="/pulse_icon_no_margins.png" title="Switching organization..." />
}
if (redirectingCheckout || (planLoading && step === 3)) {