1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-30 13:05:28 +01:00

Add csv export instructions for Nordpass (#12829)

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith 2025-01-13 19:45:44 +01:00 committed by GitHub
parent f28664716f
commit ffe05f27c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -395,6 +395,11 @@
Open the FullClient, go to the Main Menu and select Export. Start the export passwords 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. wizard and follow the instructions to export a CSV file.
</ng-container> </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> </bit-callout>
<import-lastpass <import-lastpass
*ngIf="showLastPassOptions" *ngIf="showLastPassOptions"