1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +00:00

more logs

This commit is contained in:
Anders Åberg
2025-07-03 09:42:07 +02:00
parent ae2baa598a
commit 507e5a6795

View File

@@ -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) &&