securesafe and logmeonce csv importers
This commit is contained in:
parent
c947354517
commit
c6ae5368fe
2
jslib
2
jslib
|
@ -1 +1 @@
|
||||||
Subproject commit ae37c2198bd2cb4799f76592c7fa49be154135d3
|
Subproject commit 99d56d936fdebc99994ce5089e8f063729a2e0ec
|
|
@ -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" → "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">
|
||||||
|
|
Loading…
Reference in New Issue