mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
dashlane-csv-importer: Set month on import (#4284)
This commit is contained in:
committed by
GitHub
parent
72ec05a3e6
commit
6d2a2aa852
@@ -137,8 +137,7 @@ export class DashlaneCsvImporter extends BaseImporter implements Importer {
|
||||
cipher.card.number = row.cc_number;
|
||||
cipher.card.brand = this.getCardBrand(cipher.card.number);
|
||||
cipher.card.code = row.code;
|
||||
cipher.card.expMonth = row.expiration_month;
|
||||
cipher.card.expYear = row.expiration_year.substring(2, 4);
|
||||
this.setCardExpiration(cipher, `${row.expiration_month}/${row.expiration_year}`);
|
||||
|
||||
// If you add more mapped fields please extend this
|
||||
mappedValues = [
|
||||
|
||||
Reference in New Issue
Block a user