Merge pull request #1625 from lbryio/revert-1619-phone-rewards

Revert "claim first reward on phone verification"
This commit is contained in:
Sean Yesmunt 2018-06-17 22:13:20 -04:00 committed by GitHub
commit f428fbd8d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,7 +168,6 @@ export function doUserPhoneVerify(verificationCode) {
data: { phone_number: phoneNumber }, data: { phone_number: phoneNumber },
}); });
dispatch(doUserFetch()); dispatch(doUserFetch());
dispatch(doClaimRewardType(rewards.TYPE_NEW_USER));
}) })
.catch(error => dispatch(doUserPhoneVerifyFailure(error))); .catch(error => dispatch(doUserPhoneVerifyFailure(error)));
}; };