From bf31448cbe0a51d9bbe16208265792d11b7a9ad5 Mon Sep 17 00:00:00 2001
From: QuickMythril
Date: Mon, 14 Feb 2022 04:05:17 -0500
Subject: [PATCH] removed seedphrase displayed in account creation
elements are hidden from users, functions can be fully removed later
---
.../src/components/login-view/create-account-section.js | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/qortal-ui-core/src/components/login-view/create-account-section.js b/qortal-ui-core/src/components/login-view/create-account-section.js
index 287e0ac9..06db3ec1 100644
--- a/qortal-ui-core/src/components/login-view/create-account-section.js
+++ b/qortal-ui-core/src/components/login-view/create-account-section.js
@@ -336,12 +336,10 @@ class CreateAccountSection extends connect(store)(LitElement) {
Create your QORT account by clicking Next below.
- A ‘seedphrase’ will be randomly generated and this is used as your private key generator for your blockchain account in QORT.
- ONLY show your seedphrase if you are an ADVANCED USER. And when you do, Please be careful and make sure it is safely and securely stored.
- This is extremely important information for your QORT account.
+ A ‘seedphrase’ will be randomly generated but not displayed, and this is used as your private key generator for your blockchain account in QORT.