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:
@@ -358,7 +358,7 @@ export class BrowserFido2UserInterfaceSession implements Fido2UserInterfaceSessi
|
|||||||
)
|
)
|
||||||
.subscribe(() => {
|
.subscribe(() => {
|
||||||
this.close();
|
this.close();
|
||||||
this.abort();
|
this.abort(true);
|
||||||
});
|
});
|
||||||
|
|
||||||
await connectPromise;
|
await connectPromise;
|
||||||
|
|||||||
Reference in New Issue
Block a user