mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
Add eslint-plugin-rxjs & rxjs-angular (#3373)
This commit is contained in:
@@ -215,7 +215,7 @@ export class AppComponent implements OnDestroy, OnInit {
|
||||
ngOnDestroy() {
|
||||
this.broadcasterService.unsubscribe(BroadcasterSubscriptionId);
|
||||
this.destroy$.next();
|
||||
this.destroy$.unsubscribe();
|
||||
this.destroy$.complete();
|
||||
}
|
||||
|
||||
private async logOut(expired: boolean) {
|
||||
|
||||
Reference in New Issue
Block a user