fix
This commit is contained in:
@@ -483,6 +483,7 @@ export default class HomeScreen extends Component<any, HomeScreenState> {
|
|||||||
onVerifyOTP={async (walletType, params) => {
|
onVerifyOTP={async (walletType, params) => {
|
||||||
try {
|
try {
|
||||||
return await Api.instance.verifyOTP(walletType, params.mobile, params.otp, {
|
return await Api.instance.verifyOTP(walletType, params.mobile, params.otp, {
|
||||||
|
sessionId: params.sessionId,
|
||||||
deviceId: params.deviceId,
|
deviceId: params.deviceId,
|
||||||
tuneUserId: params.tuneUserId,
|
tuneUserId: params.tuneUserId,
|
||||||
nid: params.nid
|
nid: params.nid
|
||||||
|
|||||||
Submodule servers/walletman updated: f688b4df5e...d85e65d275
Reference in New Issue
Block a user