mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
dashlane json importer
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 9694d2922e...ed74f73a8c
@@ -88,9 +88,9 @@
|
|||||||
Using the Password Safe desktop application, navigate to "File" → "Export To" → "XML format..." and save the XML
|
Using the Password Safe desktop application, navigate to "File" → "Export To" → "XML format..." and save the XML
|
||||||
file.
|
file.
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngIf="format === 'dashlanecsv'">
|
<ng-container *ngIf="format === 'dashlanejson'">
|
||||||
Using the Dashlane desktop application, navigate to "File" → "Export" → "Unsecured archive (readable) in CSV format"
|
Using the Dashlane desktop application, navigate to "File" → "Export" → "Unsecured archive (readable) in JSON format"
|
||||||
and save the CSV file.
|
and save the JSON file.
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngIf="format === 'msecurecsv'">
|
<ng-container *ngIf="format === 'msecurecsv'">
|
||||||
Using the mSecure desktop application, navigate to "File" → "Export" → "CSV File..." and save the CSV file.
|
Using the mSecure desktop application, navigate to "File" → "Export" → "CSV File..." and save the CSV file.
|
||||||
|
|||||||
Reference in New Issue
Block a user