mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
favorite fix on lastpass import
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user