1
0
mirror of https://github.com/bitwarden/web synced 2025-12-14 15:23:14 +00:00

convert add login to ciphers

This commit is contained in:
Kyle Spearrin
2017-10-07 14:20:28 -04:00
parent 7c93c82d24
commit ca0fb6d66a
8 changed files with 299 additions and 204 deletions

View File

@@ -414,7 +414,7 @@ angular
var cipher = {
id: unencryptedCipher.id,
'type': type,
'type': type || unencryptedCipher.type,
organizationId: unencryptedCipher.organizationId || null,
folderId: unencryptedCipher.folderId === '' ? null : unencryptedCipher.folderId,
favorite: unencryptedCipher.favorite !== null ? unencryptedCipher.favorite : false,