fix latest
This commit is contained in:
@@ -36,6 +36,7 @@ export class MobikwikOTPBind extends Component<{
|
||||
isDebug: boolean;
|
||||
deviceId: string;
|
||||
tuneUserId: string;
|
||||
androidId: string;
|
||||
initialMobile?: string;
|
||||
}> {
|
||||
render() {
|
||||
@@ -52,6 +53,7 @@ export class MobikwikOTPBind extends Component<{
|
||||
additionalParams={{
|
||||
deviceId: this.props.deviceId,
|
||||
tuneUserId: this.props.tuneUserId,
|
||||
androidId: this.props.androidId,
|
||||
}}
|
||||
initialMobile={this.props.initialMobile}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user