1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-28 07:13:29 +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 GitHub
parent 47a2f59784
commit 8bd8a12f65

View File

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