mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
map localdata in ctor of cipher
This commit is contained in:
@@ -51,6 +51,7 @@ class Cipher extends Domain {
|
||||
this.favorite = obj.favorite;
|
||||
this.organizationUseTotp = obj.organizationUseTotp;
|
||||
this.edit = obj.edit;
|
||||
this.localData = localData;
|
||||
|
||||
switch (this.type) {
|
||||
case CipherType.Login:
|
||||
|
||||
Reference in New Issue
Block a user