Pull in Dashlane and Myki importer (#1523)

* Pull jslib

* Update copy for Dashlane json and csv importers
This commit is contained in:
Daniel James Smith 2022-03-08 00:01:19 +01:00 committed by GitHub
parent 5cb3941190
commit 18f1929f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 3 deletions

2
jslib

@ -1 +1 @@
Subproject commit 6aae3beb76164f0f5a7953138942b7fc92f2b694
Subproject commit fa3a95fed0100f66c0a76875cbd937e3754d83aa

View File

@ -140,9 +140,14 @@
Using the Password Safe desktop application, navigate to "File" → "Export To" → "XML
format..." and save the XML file.
</ng-container>
<ng-container *ngIf="format === 'dashlanecsv'">
Log in to Dashlane, click on "My Account" &rarr; "Settings" &rarr; "Export file" and select
"Export as a CSV file". This will download a zip archive containing various CSV files. Unzip
the archive and import each CSV file individually.
</ng-container>
<ng-container *ngIf="format === 'dashlanejson'">
Using the Dashlane desktop application, navigate to "File" &rarr; "Export" &rarr; "Unsecured
archive (readable) in JSON format" and save the JSON file.
Dashlane no longer supports the JSON format. Only use this if you have an existing JSON for
import. Use the CSV importer when creating new exports.
</ng-container>
<ng-container *ngIf="format === 'msecurecsv'">
Using the mSecure desktop application, navigate to "File" &rarr; "Export" &rarr; "CSV File..."