diff --git a/src/popup/app.component.ts b/src/popup/app.component.ts index 11cf49ab7e..3a8494c9b6 100644 --- a/src/popup/app.component.ts +++ b/src/popup/app.component.ts @@ -74,8 +74,8 @@ export class AppComponent implements OnInit { text: this.i18nService.t('loginExpired'), }); } - this.router.navigate(['home']); await this.stateService.clean(); + this.router.navigate(['home']); }); this.changeDetectorRef.detectChanges(); });