mirror of
https://github.com/mempool/mempool.git
synced 2025-04-22 14:34:47 +02:00
[accelerator] clear error state when auth state changes
This commit is contained in:
parent
3dbbc83077
commit
b198528592
@ -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…
x
Reference in New Issue
Block a user