1
0
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:
Andreas Coroiu
2023-01-04 12:36:44 +01:00
parent cb07b2121e
commit f56971aa89
6 changed files with 113 additions and 30 deletions

View File

@@ -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 =