Skip to content

Commit

Permalink
Add missing credit card number pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
djsmith85 committed Dec 20, 2024
1 parent b27a1a5 commit be4d279
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2 bitTypography="h6">{{ setSectionTitle }}</h2>
readonly
bitInput
type="password"
[value]="card.number"
[value]="card.number | creditCardNumber: cipher.card.brand"
aria-readonly="true"
data-testid="cardholder-number"
class="tw-font-mono"
Expand Down

0 comments on commit be4d279

Please sign in to comment.