1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-03 00:20:35 +02:00

enpass json importer

This commit is contained in:
Kyle Spearrin 2018-12-13 14:34:43 -05:00
parent f13713a055
commit 9729a4c724
2 changed files with 5 additions and 1 deletions

2
jslib

@ -1 +1 @@
Subproject commit 18ac2db3232735357f33b29b81ce2daeb9a85011
Subproject commit e64fdf4e2137cfd28377ab02bf9967442eb599e7

View File

@ -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" &rarr; "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" &rarr; "Export To" &rarr; "XML format..." and save the XML
file.