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

@ -1 +1 @@
Subproject commit ae37c2198bd2cb4799f76592c7fa49be154135d3 Subproject commit 99d56d936fdebc99994ce5089e8f063729a2e0ec

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">