forked from jsnbuchanan/crowd-funder-for-time-pwa
Merge pull request 'Minor cleanup' (#54) from seed-backup-view-improvements into master
Reviewed-on: trent_larson/kick-starter-for-time-pwa#54
This commit is contained in:
@@ -20,22 +20,26 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="activeAccount">
|
<div v-if="activeAccount">
|
||||||
<p>
|
<p class="text-center mb-4">
|
||||||
BEWARE: Anyone who gets hold of this mnemonic seed phrase will be able
|
<b class="text-red-600">BEWARE!</b> Anyone who has this seed phrase will
|
||||||
impersonate you and take over any digital holdings based on it. So only
|
be able impersonate you and take over any digital holdings based on it.
|
||||||
reveal it when you are in a private place out of sight of other eyes,
|
Reveal it when you are somewhere only you can see your screen, and
|
||||||
and only record it in something private -- don't take a screenshot or
|
record it somewhere only you have access.
|
||||||
send it to any online service.
|
<i>Don't take a screenshot or send it to any online service.</i>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<button
|
<div class="bg-slate-100 rounded-md overflow-hidden p-4 mb-4">
|
||||||
class="block w-full text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md"
|
<button
|
||||||
@click="showSeedPhrase"
|
class="block w-full text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md"
|
||||||
>
|
@click="showSeedPhrase"
|
||||||
Click here when you're ready to see it.
|
>
|
||||||
</button>
|
Reveal my Seed Phrase
|
||||||
|
</button>
|
||||||
|
|
||||||
<p v-if="showSeed">{{ activeAccount.mnemonic }}</p>
|
<p v-if="showSeed" class="text-center text-slate-700 mt-2">
|
||||||
|
{{ activeAccount.mnemonic }}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-else>You do not have an active identity.</div>
|
<div v-else>You do not have an active identity.</div>
|
||||||
<AlertMessage
|
<AlertMessage
|
||||||
|
|||||||
Reference in New Issue
Block a user