1
0
mirror of https://github.com/bitwarden/web synced 2025-12-15 07:43:16 +00:00

securesafe and logmeonce csv importers

This commit is contained in:
Kyle Spearrin
2019-08-26 10:12:36 -04:00
parent c947354517
commit c6ae5368fe
2 changed files with 8 additions and 1 deletions

2
jslib

Submodule jslib updated: ae37c2198b...99d56d936f

View File

@@ -232,6 +232,13 @@
the QR code with your mobile device. Various CSV files will then be saved to your computer's the QR code with your mobile device. Various CSV files will then be saved to your computer's
downloads folder. downloads folder.
</ng-container> </ng-container>
<ng-container *ngIf="format === 'securesafecsv'">
Export your SecureSafe password safe to a CSV file with a comma delimiter.
</ng-container>
<ng-container *ngIf="format === 'logmeoncecsv'">
Open the LogMeOnce browser extension, then navigate to "Open Menu" &rarr; "Export To" and
select "CSV File" to save the CSV file.
</ng-container>
</app-callout> </app-callout>
<div class="row"> <div class="row">
<div class="col-6"> <div class="col-6">