1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

[PM-8027] Fixing a typo

This commit is contained in:
Cesar Gonzalez
2024-06-07 06:57:06 -05:00
parent a91526c259
commit a898fa4386

View File

@@ -102,7 +102,7 @@ export class InlineMenuFieldQualificationService
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
return !this.autocompleteDisabledValues.has(field.autoCompleteType);
}