Skip to content

Commit

Permalink
Add csv export instructions for Nordpass
Browse files Browse the repository at this point in the history
  • Loading branch information
djsmith85 committed Jan 13, 2025
1 parent 53618e8 commit 2e9b93e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/importer/src/components/import.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,11 @@ <h2 class="tw-font-bold" bitTypography="h6">{{ "data" | i18n }}</h2>
Open the FullClient, go to the Main Menu and select Export. Start the export passwords
wizard and follow the instructions to export a CSV file.
</ng-container>
<ng-container *ngIf="format === 'nordpasscsv'">
Log in to NordPass and open Settings &rarr; Scroll down to the Import and Export section
and select Export items &rarr; Enter your Master Password and select Continue. &rarr; Save
the CSV file on your device.
</ng-container>
</bit-callout>
<import-lastpass
*ngIf="showLastPassOptions"
Expand Down

0 comments on commit 2e9b93e

Please sign in to comment.