enpass json importer
This commit is contained in:
parent
f13713a055
commit
9729a4c724
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit 18ac2db3232735357f33b29b81ce2daeb9a85011
|
||||
Subproject commit e64fdf4e2137cfd28377ab02bf9967442eb599e7
|
|
@ -84,6 +84,10 @@
|
|||
and save the CSV file. Note that the importer only supports files exported while Enpass is set to the English
|
||||
language, so adjust your settings accordingly.
|
||||
</ng-container>
|
||||
<ng-container *ngIf="format === 'enpassjson'">
|
||||
Using the Enpass 6 desktop application, click the menu button and navigate to "File" → "Export".
|
||||
Select the ".json" file format option and save the JSON file.
|
||||
</ng-container>
|
||||
<ng-container *ngIf="format === 'pwsafexml'">
|
||||
Using the Password Safe desktop application, navigate to "File" → "Export To" → "XML format..." and save the XML
|
||||
file.
|
||||
|
|
Loading…
Reference in New Issue