1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

Closed alerts on lock (#572)

Co-authored-by: Addison Beck <addisonbeck@MacBook-Pro.local>
This commit is contained in:
Addison Beck
2020-07-09 15:11:28 -05:00
committed by GitHub
parent 42361d17b5
commit cfb4133152

View File

@@ -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(['/']);
});
}