mirror of
https://github.com/bitwarden/web
synced 2026-01-05 18:13:41 +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