mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
[EC-598] feat: make fallback working again
This commit is contained in:
@@ -147,7 +147,9 @@ export class BrowserFido2UserInterfaceSession implements Fido2UserInterfaceSessi
|
||||
.subscribe((msg) => {
|
||||
if (msg.type === "AbortResponse") {
|
||||
this.close();
|
||||
this.abortController.abort(UserRequestedFallbackAbortReason);
|
||||
this.abortController.abort(
|
||||
msg.fallbackRequested ? UserRequestedFallbackAbortReason : undefined
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user