mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
[EC-598] feat: successfully store passkeys in vault
This commit is contained in:
@@ -468,7 +468,7 @@ export default class MainBackground {
|
||||
);
|
||||
|
||||
this.fido2UserInterfaceService = new BrowserFido2UserInterfaceService(this.popupUtilsService);
|
||||
this.fido2Service = new Fido2Service(this.fido2UserInterfaceService);
|
||||
this.fido2Service = new Fido2Service(this.fido2UserInterfaceService, this.cipherService);
|
||||
|
||||
const systemUtilsServiceReloadCallback = () => {
|
||||
const forceWindowReload =
|
||||
|
||||
Reference in New Issue
Block a user