mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-07 21:10:55 +08:00
map localdata in ctor of cipher
This commit is contained in:
parent
46363ee674
commit
a0b9ba4898
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user