mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
import bitwarden fav fix
This commit is contained in:
@@ -232,7 +232,7 @@
|
||||
}
|
||||
|
||||
logins.push({
|
||||
favorite: value.favorite && value.favorite !== '' && value.favorite !== '0',
|
||||
favorite: value.favorite && value.favorite !== '' && value.favorite !== '0' ? true : false,
|
||||
uri: value.uri && value.uri !== '' ? trimUri(value.uri) : null,
|
||||
username: value.username && value.username !== '' ? value.username : null,
|
||||
password: value.password && value.password !== '' ? value.password : null,
|
||||
|
||||
Reference in New Issue
Block a user