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.

-
+ -
+
{ this.showSeedphrase = !e.target.checked; this.updateNext() }} ?checked=${this.showSeedphrase}>