fix main
This commit is contained in:
@@ -641,7 +641,10 @@ export default class HomeScreen extends Component<any, HomeScreenState> {
|
||||
isDebug
|
||||
initialMobile={bindPrefillMobile}
|
||||
onRequestOTP={async (wt, p) =>
|
||||
this.wrapOtpCall(() => Api.instance.requestOTP(wt, p.mobile))
|
||||
this.wrapOtpCall(() => Api.instance.requestOTP(wt, p.mobile, {
|
||||
androidId: this.androidId,
|
||||
tuneUserId: this.tuneUserId,
|
||||
}))
|
||||
}
|
||||
onVerifyOTP={async (wt, p) =>
|
||||
this.wrapOtpCall(() => Api.instance.verifyOTP(wt, p.mobile, p.otp, p))
|
||||
|
||||
Reference in New Issue
Block a user