diff --git a/ui/js/page/email.js b/ui/js/page/email.js index 926e253d8..b7f31cd49 100644 --- a/ui/js/page/email.js +++ b/ui/js/page/email.js @@ -3,6 +3,7 @@ import lbryio from '../lbryio.js'; import {getLocal, setLocal} from '../utils.js'; import FormField from '../component/form.js' import {Link} from '../component/link.js' +import rewards from '../rewards.js'; const EmailPage = React.createClass({ handleSubmit: function(event) { @@ -14,12 +15,6 @@ const EmailPage = React.createClass({ this._emailField.warnRequired(); } }, - getInitialState: function() { - return { - rewardType: null, - email: null, - }; - }, componentWillMount: function() { this._getRewardType(); }, @@ -27,7 +22,7 @@ const EmailPage = React.createClass({ return (
-

Register a LBRY account

+

Verify your Email Address