diff --git a/packages/fether-react/src/Accounts/CreateAccount/AccountName/AccountName.js b/packages/fether-react/src/Accounts/CreateAccount/AccountName/AccountName.js index 1659aee96f7c66e38c655dd1f3d09d6cb7f48bd1..39385988175f03f863e00ffc88e96f369f2fac33 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:

- - )} - - } +