Revert "claim first reward on phone verification"
This commit is contained in:
parent
78a91fd090
commit
5e7b5af5f2
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