import bitwarden fav fix
This commit is contained in:
parent
da8b31533a
commit
b9f6351720
|
@ -232,7 +232,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
logins.push({
|
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,
|
uri: value.uri && value.uri !== '' ? trimUri(value.uri) : null,
|
||||||
username: value.username && value.username !== '' ? value.username : null,
|
username: value.username && value.username !== '' ? value.username : null,
|
||||||
password: value.password && value.password !== '' ? value.password : null,
|
password: value.password && value.password !== '' ? value.password : null,
|
||||||
|
|
Loading…
Reference in New Issue