mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-18 11:05:41 +01:00
dont use null field names
This commit is contained in:
parent
58a267243a
commit
70291453d5
@ -249,8 +249,6 @@ export default class AutofillService implements AutofillServiceInterface {
|
||||
fields.forEach((f: any) => {
|
||||
if (this.hasValue(f.name)) {
|
||||
fieldNames.push(f.name.toLowerCase());
|
||||
} else {
|
||||
fieldNames.push(null);
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user