1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

[PM-4693] feat: fallback on window close (#6791)

This commit is contained in:
Andreas Coroiu
2023-11-03 18:26:36 +01:00
committed by GitHub
parent f5aae4709d
commit 665aa2fc0d

View File

@@ -358,7 +358,7 @@ export class BrowserFido2UserInterfaceSession implements Fido2UserInterfaceSessi
) )
.subscribe(() => { .subscribe(() => {
this.close(); this.close();
this.abort(); this.abort(true);
}); });
await connectPromise; await connectPromise;