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:
@@ -813,6 +813,7 @@ export class VaultComponent implements OnInit, OnDestroy, CopyClickListener {
|
||||
};
|
||||
return filterFn(proxyCipher as any);
|
||||
}
|
||||
return filterFn(cipher);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user