[PM-4693] feat: fallback on window close (#6791)
This commit is contained in:
parent
f5aae4709d
commit
665aa2fc0d
|
@ -358,7 +358,7 @@ export class BrowserFido2UserInterfaceSession implements Fido2UserInterfaceSessi
|
||||||
)
|
)
|
||||||
.subscribe(() => {
|
.subscribe(() => {
|
||||||
this.close();
|
this.close();
|
||||||
this.abort();
|
this.abort(true);
|
||||||
});
|
});
|
||||||
|
|
||||||
await connectPromise;
|
await connectPromise;
|
||||||
|
|
Loading…
Reference in New Issue