claim first reward on phone verification
Didn't test this, but it should function the same way as the credit card portion on line 303
This commit is contained in:
parent
96cdf2029f
commit
9a485a971a
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ 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…
Add table
Reference in a new issue