mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
Remove leftover comment
This commit is contained in:
committed by
gbubemismith
parent
808d3f4d4a
commit
7e04d94065
@@ -85,8 +85,6 @@ export class Fido2Component implements OnInit, OnDestroy {
|
||||
this.message$.next(message);
|
||||
});
|
||||
|
||||
// setInterval(() => this.message$.next(null), 500);
|
||||
|
||||
this.data$ = this.message$.pipe(
|
||||
filter((message) => message != undefined),
|
||||
concatMap(async (message) => {
|
||||
|
||||
Reference in New Issue
Block a user