Browse Source

dashlane json importer

pull/316/head
Kyle Spearrin 7 years ago
parent
commit
fb4bb81595
  1. 2
      jslib
  2. 6
      src/app/tools/import.component.html

2
jslib

@ -1 +1 @@ @@ -1 +1 @@
Subproject commit 9694d2922ef033c6c5eead2c7b4a308b6d93bf2f
Subproject commit ed74f73a8ca2d26cacf2f74b4cd14c6150711b87

6
src/app/tools/import.component.html

@ -88,9 +88,9 @@ @@ -88,9 +88,9 @@
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'">
Using the Dashlane desktop application, navigate to "File" &rarr; "Export" &rarr; "Unsecured archive (readable) in CSV format"
and save the CSV file.
<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.
</ng-container>
<ng-container *ngIf="format === 'msecurecsv'">
Using the mSecure desktop application, navigate to "File" &rarr; "Export" &rarr; "CSV File..." and save the CSV file.

Loading…
Cancel
Save