mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 05:30:01 +00:00
Change how timeout is handled
This commit is contained in:
@@ -329,7 +329,7 @@ export class DesktopFido2UserInterfaceSession implements Fido2UserInterfaceSessi
|
||||
this.authService.activeAccountStatus$.pipe(
|
||||
filter((s) => s === AuthenticationStatus.Unlocked),
|
||||
take(1),
|
||||
timeout(30000),
|
||||
timeout({ first: 30000, with: () => of(AuthenticationStatus.Locked) }),
|
||||
),
|
||||
);
|
||||
if (status2 !== AuthenticationStatus.Unlocked) {
|
||||
|
||||
Reference in New Issue
Block a user