mirror of
https://github.com/bitwarden/web
synced 2025-12-12 22:33:23 +00:00
shared vault listing conversion to ciphers
This commit is contained in:
@@ -74,7 +74,7 @@ angular
|
||||
|
||||
var key = null;
|
||||
if (encryptedCipher.OrganizationId) {
|
||||
key = cryptoService.getOrgKey(encryptedLogin.OrganizationId);
|
||||
key = cryptoService.getOrgKey(encryptedCipher.OrganizationId);
|
||||
}
|
||||
|
||||
var cipher = {
|
||||
|
||||
Reference in New Issue
Block a user