[PULSE-50] Organizations rename, remove Tools page, post-login profile fetch, welcome page UX #18
@@ -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