mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
password wallet txt importer
This commit is contained in:
parent
df81d9fd5f
commit
40da48a106
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit a0a1142f1f3152aea2abf3ca51feffa21e60e9a9
|
Subproject commit 61723f74d26ae933a5d8555059811af5450fa982
|
@ -223,6 +223,10 @@
|
|||||||
Open the RememBear desktop application and navigate to "Settings" → "Account" → "Export".
|
Open the RememBear desktop application and navigate to "Settings" → "Account" → "Export".
|
||||||
Enter your master password and select the "Export Anyway" button to save the CSV file.
|
Enter your master password and select the "Export Anyway" button to save the CSV file.
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
<ng-container *ngIf="format === 'passwordwallettxt'">
|
||||||
|
Open the PasswordWallet desktop application and navigate to "File" → "Export" →
|
||||||
|
"Visible entries to text file". Enter your password and select the "Ok" button to save the TXT 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
Block a user