Merge pull request #1619 from lbryio/phone-rewards
claim first reward on phone verification
This commit is contained in:
commit
ea9d89ef2a
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ export function doUserPhoneVerify(verificationCode) {
|
|||
data: { phone_number: phoneNumber },
|
||||
});
|
||||
dispatch(doUserFetch());
|
||||
dispatch(doClaimRewardType(rewards.TYPE_NEW_USER));
|
||||
})
|
||||
.catch(error => dispatch(doUserPhoneVerifyFailure(error)));
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue