From ef9c645ea24bf83d0db885c77495e3eebdffc6c8 Mon Sep 17 00:00:00 2001 From: Amaury Martiny Date: Thu, 5 Jul 2018 14:20:36 +0200 Subject: [PATCH] Use FetherForm on account creation --- .../CreateAccount/AccountName/AccountName.js | 4 ++-- .../AccountPassword/AccountPassword.js | 6 +++--- .../AccountRewritePhrase/AccountRewritePhrase.js | 11 ++++++----- .../fether-react/src/Onboarding/Onboarding.js | 15 ++++++--------- .../src/assets/sass/components/_account.scss | 1 + .../fether-react/src/stores/sendStore.spec.js | 15 ++++++--------- .../fether-ui/src/AccountCard/Address/Address.js | 2 +- packages/fether-ui/src/ClickToCopy/ClickToCopy.js | 2 +- packages/fether-ui/src/Form/Field/Field.js | 4 +++- 9 files changed, 29 insertions(+), 31 deletions(-) diff --git a/packages/fether-react/src/Accounts/CreateAccount/AccountName/AccountName.js b/packages/fether-react/src/Accounts/CreateAccount/AccountName/AccountName.js index 1659aee9..39385988 100644 --- a/packages/fether-react/src/Accounts/CreateAccount/AccountName/AccountName.js +++ b/packages/fether-react/src/Accounts/CreateAccount/AccountName/AccountName.js @@ -4,7 +4,7 @@ // SPDX-License-Identifier: BSD-3-Clause import React, { Component } from 'react'; -import { AccountCard, Card, FormField } from 'fether-ui'; +import { AccountCard, Card, Form as FetherForm } from 'fether-ui'; import Blockies from 'react-blockies'; import { inject, observer } from 'mobx-react'; import { Link } from 'react-router-dom'; @@ -79,7 +79,7 @@ class AccountName extends Component {

Please give this account a name:

- Secure your account with a password:

- - )} - - } +