1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

[PM-10764] Fix ProtonPass creditCard expirationDate import (#10473)

* Fix ProtonPass creditCard expirationDate import with protonpass-json-importer.ts

* Update protonpass CC expirationDate testData to newest version

Between 1.3.1 and 1.12.2 ProtonPass has changed the format of exported CC expiration dates from MMYYYY to YYYY-MM

---------

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Yann Plougonven--Lastennet
2024-08-12 20:45:32 +02:00
committed by GitHub
parent 6bc0ffc930
commit d5cc2d6518
2 changed files with 3 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ export const testData: ProtonPassJsonFile = {
cardType: 0,
number: "1234222233334444",
verificationNumber: "333",
expirationDate: "012025",
expirationDate: "2025-01",
pin: "1234",
},
},