mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
dont use null field names
This commit is contained in:
@@ -249,8 +249,6 @@ export default class AutofillService implements AutofillServiceInterface {
|
|||||||
fields.forEach((f: any) => {
|
fields.forEach((f: any) => {
|
||||||
if (this.hasValue(f.name)) {
|
if (this.hasValue(f.name)) {
|
||||||
fieldNames.push(f.name.toLowerCase());
|
fieldNames.push(f.name.toLowerCase());
|
||||||
} else {
|
|
||||||
fieldNames.push(null);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user