1
0
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:
Kyle Spearrin
2017-10-07 13:45:33 -04:00
parent 3b71760f9e
commit 7c93c82d24
3 changed files with 78 additions and 78 deletions

View File

@@ -74,7 +74,7 @@ angular
var key = null;
if (encryptedCipher.OrganizationId) {
key = cryptoService.getOrgKey(encryptedLogin.OrganizationId);
key = cryptoService.getOrgKey(encryptedCipher.OrganizationId);
}
var cipher = {