mirror of
https://github.com/mempool/mempool.git
synced 2025-01-19 05:34:03 +01:00
Merge pull request #5250 from mempool/nymkappa/accel-checkout-clear-error
[accelerator] clear error state when auth state changes
This commit is contained in:
commit
63cb6c3804
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user