1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-04 10:43:47 +00:00

fix clsid and memory

This commit is contained in:
Anders Åberg
2025-06-26 15:59:40 +02:00
parent b2017ed9ee
commit fedd7b2a58

View File

@@ -11,6 +11,7 @@ import { parseCredentialId } from "./credential-id-utils";
export async function getCredentialsForAutofill(
ciphers: CipherView[],
): Promise<Fido2CredentialAutofillView[]> {
console.log("getCredentialsForAutofill", ciphers.length);
return ciphers
.filter(
(cipher) =>