buttercup csv importer
This commit is contained in:
parent
ac9f30f5f0
commit
9b28203757
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit 971e19335f66ac64845b65a7bcf688811f60eaff
|
||||
Subproject commit e8130e79345581a7ddd80cdba31ba1f7960471eb
|
|
@ -243,6 +243,10 @@
|
|||
Open the BlackBerry Password Keeper application, then navigate to "Settings" → "Import/Export".
|
||||
Select "Export Passwords" and follow the instructions on screen to save the unencrypted CSV file.
|
||||
</ng-container>
|
||||
<ng-container *ngIf="format === 'buttercupcsv'">
|
||||
Open the Buttercup desktop application and unlock your vault. Right click on your vault's icon and
|
||||
select "Export" to save the CSV file.
|
||||
</ng-container>
|
||||
</app-callout>
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
|
|
Loading…
Reference in New Issue