mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +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(() => {
|
||||
this.close();
|
||||
this.abort();
|
||||
this.abort(true);
|
||||
});
|
||||
|
||||
await connectPromise;
|
||||
|
||||
Reference in New Issue
Block a user