1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-11 10:10:25 +01:00

[PM-10949] Identity inline menu showing in unexpected fields (#10533)

This commit is contained in:
Cesar Gonzalez 2024-08-15 15:58:10 -05:00 committed by GitHub
parent 325d3382d7
commit d78ff49817
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -290,7 +290,7 @@ export class InlineMenuFieldQualificationService
return (
!this.fieldContainsAutocompleteValues(field, this.autocompleteDisabledValues) &&
this.keywordsFoundInFieldData(field, this.identityFieldKeywords)
this.keywordsFoundInFieldData(field, this.identityFieldKeywords, false)
);
}