diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 6807ec8919..fabd9294af 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -203,6 +203,8 @@ export class AppComponent implements OnDestroy, OnInit { this.toasterService.popAsync('warning', this.i18nService.t('loggedOut'), this.i18nService.t('loginExpired')); } + + Swal.close(); this.router.navigate(['/']); }); }