diff --git a/apps/desktop/src/autofill/modal/credentials/fido2-create.component.ts b/apps/desktop/src/autofill/modal/credentials/fido2-create.component.ts index 7c48c0c2f16..0a8163a16bc 100644 --- a/apps/desktop/src/autofill/modal/credentials/fido2-create.component.ts +++ b/apps/desktop/src/autofill/modal/credentials/fido2-create.component.ts @@ -170,6 +170,8 @@ export class Fido2CreateComponent implements OnInit, OnDestroy { try { const allCiphers = await this.cipherService.getAllDecrypted(activeUserId); + console.log("Retrieved all decrypted ciphers", allCiphers); + return allCiphers.filter( (cipher) => cipher.login?.matchesUri(rpid, equivalentDomains) &&