mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
[PM-8027] Fixing a typo
This commit is contained in:
@@ -102,7 +102,7 @@ export class InlineMenuFieldQualificationService
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If the field has a form parent a no username field exists and the field has an
|
// If the field has a form parent and no username field exists and the field has an
|
||||||
// autocomplete attribute set to "off" or "false", this is not a password field
|
// autocomplete attribute set to "off" or "false", this is not a password field
|
||||||
return !this.autocompleteDisabledValues.has(field.autoCompleteType);
|
return !this.autocompleteDisabledValues.has(field.autoCompleteType);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user