Revert "claim first reward on phone verification"

This commit is contained in:
Sean Yesmunt 2018-06-17 22:13:12 -04:00 committed by GitHub
parent 78a91fd090
commit 5e7b5af5f2
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)));
}; };