diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts index 0b41aaa87..9fe6e80f9 100644 --- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts +++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.ts @@ -122,6 +122,7 @@ export class AccelerateCheckout implements OnInit, OnDestroy { this.authSubscription$ = this.authService.getAuth$().subscribe((auth) => { this.auth = auth; this.estimate = null; + this.error = null; this.moveToStep('summary'); }); this.authService.refreshAuth$().subscribe();