mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 19:53:59 +00:00
more logs
This commit is contained in:
@@ -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) &&
|
||||
|
||||
Reference in New Issue
Block a user