mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-23 21:31:29 +01:00
import isntructions for safeincloud and padlock
This commit is contained in:
parent
bd0d321dba
commit
dc778ea578
@ -35,6 +35,13 @@
|
|||||||
In the Blur web vault, click your username at the top and go to "Settings" → "Export Data", then click "Export CSV"
|
In the Blur web vault, click your username at the top and go to "Settings" → "Export Data", then click "Export CSV"
|
||||||
for your "Accounts".
|
for your "Accounts".
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
<ng-container *ngIf="format === 'safeincloudxml'">
|
||||||
|
Using the SaveInCloud desktop application, navigate to "File" → "Export" → "As XML" and save the XML file.
|
||||||
|
</ng-container>
|
||||||
|
<ng-container *ngIf="format === 'padlockcsv'">
|
||||||
|
Using the Padlock desktop application, click the hamburger icon in the top left corner and navigate to "Settings" →
|
||||||
|
"Export" button and save the file "As CSV".
|
||||||
|
</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
Block a user