Skip to content

Commit

Permalink
[PM-2857] Finalizing implementation, writing jest tests, refactoring …
Browse files Browse the repository at this point in the history
…smaller elements
  • Loading branch information
cagonzalezcs committed Jun 28, 2024
1 parent 3b7195a commit 4bea25e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -753,9 +753,6 @@ export class AutofillOverlayContentService implements AutofillOverlayContentServ
return false;
}

// creditCardFieldTypes = new Set(["text", "number", "password"]);
//TODO: Need to set up conditional checks to show the inline menu on the types above... but to still set up an "input" listener on types of "select"

if (this.inlineMenuFieldQualificationService.isFieldForCreditCardForm(autofillFieldData)) {
autofillFieldData.filledByCipherType = CipherType.Card;
return false;
Expand Down

0 comments on commit 4bea25e

Please sign in to comment.