Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Swap account phrase to normal input (non-multiline) (#3060)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored and gavofyork committed Nov 1, 2016
1 parent 94e3a98 commit eeee017
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/src/modals/CreateAccount/AccountDetails/accountDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ export default class AccountDetails extends Component {
<Input
disabled
hint='the account recovery phrase'
label='account recovery phrase (take note)'
multiLine
rows={ 1 }
label='account recovery phrase (keep safe)'
value={ phrase } />
);
}
Expand Down

0 comments on commit eeee017

Please sign in to comment.