From 326d06635393e60dcf56deac6c6a8da16d340fca Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Sun, 2 Apr 2017 06:10:12 -0400 Subject: [PATCH] Fixes to Email page Still not actually working (doing it in the welcome screen right now) --- ui/js/page/email.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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