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:
parent
4788d3919c
commit
1acacf5bb6
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user