mirror of
https://github.com/bitwarden/browser
synced 2026-01-30 16:23:53 +00:00
Merge branch 'main' into beeep/dev-container
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
BehaviorSubject,
|
||||
filter,
|
||||
firstValueFrom,
|
||||
interval,
|
||||
timer,
|
||||
mergeMap,
|
||||
Subject,
|
||||
switchMap,
|
||||
@@ -199,7 +199,7 @@ export class LockComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
private listenForUnlockOptionsChanges() {
|
||||
interval(1000)
|
||||
timer(0, 1000)
|
||||
.pipe(
|
||||
mergeMap(async () => {
|
||||
if (this.activeAccount?.id != null) {
|
||||
|
||||
Reference in New Issue
Block a user