mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 19:23:52 +00:00
model adjustments for new api props
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
this.username = login.username ? login.username.encryptedString : null;
|
||||
this.password = login.password ? login.password.encryptedString : null;
|
||||
this.notes = login.notes ? login.notes.encryptedString : null;
|
||||
this.totp = login.totp ? login.totp.encryptedString : null;
|
||||
this.favorite = login.favorite;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user