mirror of
https://github.com/bitwarden/browser
synced 2025-12-27 05:33:59 +00:00
stick password xml importer
This commit is contained in:
@@ -95,6 +95,10 @@
|
||||
<ng-container *ngIf="format === 'msecurecsv'">
|
||||
Using the mSecure desktop application, navigate to "File" → "Export" → "CSV File..." and save the CSV file.
|
||||
</ng-container>
|
||||
<ng-container *ngIf="format === 'stickypasswordxml'">
|
||||
Using the Sticky Password desktop application, navigate to "Menu" (top right) → "Export" → "Export all". Select
|
||||
the unencrypted format XML option and save the XML file.
|
||||
</ng-container>
|
||||
</app-callout>
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
|
||||
Reference in New Issue
Block a user