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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user