fix: reset processing state on retry in auth callback and update loading overlay title in welcome page
This commit is contained in:
@@ -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