Merge pull request #1625 from lbryio/revert-1619-phone-rewards
Revert "claim first reward on phone verification"
This commit is contained in:
commit
f428fbd8d5
1 changed files with 0 additions and 1 deletions
|
@ -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)));
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue