fix: reset processing state on retry in auth callback and update loading overlay title in welcome page
This commit is contained in:
@@ -105,6 +105,7 @@ function AuthCallbackContent() {
|
|||||||
|
|
||||||
const handleRetry = () => {
|
const handleRetry = () => {
|
||||||
setError(null)
|
setError(null)
|
||||||
|
processedRef.current = false
|
||||||
setIsRetrying(true)
|
setIsRetrying(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -317,7 +317,7 @@ function WelcomeContent() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (switchingOrgId) {
|
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)) {
|
if (redirectingCheckout || (planLoading && step === 3)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user