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.authSubscription$ = this.authService.getAuth$().subscribe((auth) => { | ||||||
|       this.auth = auth; |       this.auth = auth; | ||||||
|       this.estimate = null; |       this.estimate = null; | ||||||
|  |       this.error = null; | ||||||
|       this.moveToStep('summary'); |       this.moveToStep('summary'); | ||||||
|     }); |     }); | ||||||
|     this.authService.refreshAuth$().subscribe(); |     this.authService.refreshAuth$().subscribe(); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user