Add security warning
This commit is contained in:
parent
0a4c2a00c0
commit
022f89e0e7
|
@ -149,6 +149,16 @@ function SeedWordsForm({ mnemonicAndSeed, goForward }) {
|
||||||
derivation path for the main wallet. To use an alternative path, try
|
derivation path for the main wallet. To use an alternative path, try
|
||||||
restoring an existing wallet.
|
restoring an existing wallet.
|
||||||
</Typography>
|
</Typography>
|
||||||
|
<Typography paragraph>
|
||||||
|
<b>Note:</b> For certain users, Sollet may <b>NOT</b> be secure. See{' '}
|
||||||
|
<a
|
||||||
|
style={{ color: 'inherit'}}
|
||||||
|
href="https://medium.com/metamask/security-notice-extension-disk-encryption-issue-d437d4250863"
|
||||||
|
target="__blank"
|
||||||
|
>
|
||||||
|
this article
|
||||||
|
</a>{' '}to understand if you are at risk.
|
||||||
|
</Typography>
|
||||||
<FormControlLabel
|
<FormControlLabel
|
||||||
control={
|
control={
|
||||||
<Checkbox
|
<Checkbox
|
||||||
|
|
Loading…
Reference in New Issue