From 3b05ae7d9d9f41ea52a8c7125b892d40d0d4cfaf Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Wed, 24 Jul 2024 19:23:25 -0600 Subject: [PATCH] enhance seed-backup with clipboard copy & more info --- src/views/SeedBackupView.vue | 70 ++++++++++++++++++++++++++++-------- 1 file changed, 56 insertions(+), 14 deletions(-) diff --git a/src/views/SeedBackupView.vue b/src/views/SeedBackupView.vue index 0176b81..a0ce643 100644 --- a/src/views/SeedBackupView.vue +++ b/src/views/SeedBackupView.vue @@ -33,30 +33,65 @@

BEWARE! Anyone who has this seed phrase will be able impersonate you and take over any digital holdings based on it. - Reveal it when you are somewhere only you can see your screen, and - record it somewhere only you have access. - Don't take a screenshot or send it to any online service. + Reveal it when you are somewhere private, when only you can see your + screen, and record it somewhere only you have access. A password manager + is a good idea, and so is a piece of paper in a vault. + We recommend you do NOT take a screenshot or send it to any online + service.

Note: You have more than one identifier stored in this browser. If they are all based on the same seed as the - current identifier, this one backup is sufficient; however, if you have - different seeds for other identifiers, you will have to back them up - separately. + current identifier, this one backup is sufficient, as long as you also + record the derivation path. However, if you have different seeds for + other identifiers, you will have to back them up separately.

+

+ {{ activeAccount.mnemonic }} + + + Copied + +
+
+ Derivation Path: {{ activeAccount.derivationPath }} + + Copied +

- -

- {{ activeAccount.mnemonic }} -

You do not have an active identifier.
@@ -64,8 +99,9 @@