Updated Firefox Import Instructions (#728)
This commit is contained in:
parent
c37979e48d
commit
826170507e
|
@ -77,10 +77,9 @@
|
||||||
https://help.bitwarden.com/article/import-from-chrome/</a>
|
https://help.bitwarden.com/article/import-from-chrome/</a>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngIf="format === 'firefoxcsv'">
|
<ng-container *ngIf="format === 'firefoxcsv'">
|
||||||
Use the
|
See detailed instructions on our help site at
|
||||||
<a target="_blank" rel="noopener"
|
<a target="_blank" rel="noopener" href="https://bitwarden.com/help/article/import-from-firefox/">
|
||||||
href="https://github.com/kspearrin/ff-password-exporter/blob/master/README.md#ff-password-exporter">
|
https://bitwarden.com/help/article/import-from-firefox/</a>.
|
||||||
FF Password Exporter</a> application to export your passwords to a CSV file.
|
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngIf="format === '1password1pif' || format === '1passwordwincsv'">
|
<ng-container *ngIf="format === '1password1pif' || format === '1passwordwincsv'">
|
||||||
See detailed instructions on our help site at
|
See detailed instructions on our help site at
|
||||||
|
|
Loading…
Reference in New Issue