favorite fix on lastpass import

This commit is contained in:
Kyle Spearrin 2016-07-09 16:16:34 -04:00
parent 4788d3919c
commit 1acacf5bb6
1 changed files with 1 additions and 1 deletions

View File

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