1
0
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:
Conner Turnbull
2026-01-29 09:20:23 -05:00

View File

@@ -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) {