mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
moved more apis to runtime.background
This commit is contained in:
@@ -265,7 +265,7 @@ export default class AutofillService {
|
||||
const matchingIndex = this.findMatchingFieldIndex(field, fieldNames);
|
||||
if (matchingIndex > -1) {
|
||||
let val = fields[matchingIndex].value;
|
||||
if (val == null && fields[matchingIndex].type == FieldType.Boolean) {
|
||||
if (val == null && fields[matchingIndex].type === FieldType.Boolean) {
|
||||
val = 'false';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user