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:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user