1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-02 18:17:46 +01:00

favorite fix on lastpass import

This commit is contained in:
Kyle Spearrin 2016-07-09 16:16:34 -04:00
parent 4788d3919c
commit 1acacf5bb6

View File

@ -104,7 +104,7 @@
} }
sites.push({ sites.push({
favorite: false, favorite: value.fav == '1',
uri: value.url, uri: value.url,
username: value.username && value.username !== '' ? value.username : null, username: value.username && value.username !== '' ? value.username : null,
password: value.password, password: value.password,