favorite fix on lastpass import
This commit is contained in:
parent
4788d3919c
commit
1acacf5bb6
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue