mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-12 00:41:29 +01:00
Add missing credit card number pipe (#12508)
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
parent
828a7fe339
commit
ec21e8db59
@ -22,7 +22,7 @@
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user