[PULSE-50] Organizations rename, remove Tools page, post-login profile fetch, welcome page UX #18
@@ -105,6 +105,7 @@ function AuthCallbackContent() {
|
||||
|
||||
const handleRetry = () => {
|
||||
setError(null)
|
||||
processedRef.current = false
|
||||
setIsRetrying(true)
|
||||
}
|
||||
|
||||
|
||||
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user