1
0
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:
Daniel James Smith 2025-01-06 17:44:36 +01:00 committed by GitHub
parent 828a7fe339
commit ec21e8db59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"