Skip to content

Commit

Permalink
Add missing credit card number pipe (#12508)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
  • Loading branch information
djsmith85 and djsmith85 authored Jan 6, 2025
1 parent 828a7fe commit ec21e8d
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 ec21e8d

Please sign in to comment.