1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-19 10:54:00 +00:00

Fix milestone 1 vault list not showing when not using sdk crypto (#18550)

This commit is contained in:
Oscar Hinton
2026-01-26 16:20:38 +01:00
committed by jaasen-livefront
parent f048002874
commit ae5630621a

View File

@@ -813,6 +813,7 @@ export class VaultComponent implements OnInit, OnDestroy, CopyClickListener {
};
return filterFn(proxyCipher as any);
}
return filterFn(cipher);
};
}