1
0
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:
Kyle Spearrin
2017-07-11 13:00:47 -04:00
parent ba6e0d9617
commit c92b346e18
4 changed files with 47 additions and 2 deletions

View File

@@ -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;
};