mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
Add missing credit card number pipe (#12508)
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
828a7fe339
commit
ec21e8db59
@@ -22,7 +22,7 @@
|
|||||||
readonly
|
readonly
|
||||||
bitInput
|
bitInput
|
||||||
type="password"
|
type="password"
|
||||||
[value]="card.number"
|
[value]="card.number | creditCardNumber: cipher.card.brand"
|
||||||
aria-readonly="true"
|
aria-readonly="true"
|
||||||
data-testid="cardholder-number"
|
data-testid="cardholder-number"
|
||||||
class="tw-font-mono"
|
class="tw-font-mono"
|
||||||
|
|||||||
Reference in New Issue
Block a user