@opexa/portal-sdk 0.35.1 → 0.35.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1251,14 +1251,12 @@ var REGISTER_MEMBER_ACCOUNT_VIA_MOBILE_MUTATION = gql`
|
|
|
1251
1251
|
$referralCode: String
|
|
1252
1252
|
$reCAPTCHAResponse: String
|
|
1253
1253
|
$verificationCode: String
|
|
1254
|
-
$testPass: String
|
|
1255
1254
|
) {
|
|
1256
1255
|
registerMemberAccountViaMobile(
|
|
1257
1256
|
input: $input
|
|
1258
1257
|
referralCode: $referralCode
|
|
1259
1258
|
verificationCode: $verificationCode
|
|
1260
1259
|
reCAPTCHAResponse: $reCAPTCHAResponse
|
|
1261
|
-
testPass: $testPass
|
|
1262
1260
|
) {
|
|
1263
1261
|
... on InvalidPlatformError {
|
|
1264
1262
|
__typename
|
|
@@ -2180,7 +2178,7 @@ var AccountService = class {
|
|
|
2180
2178
|
"google-recaptcha-response": reCAPTCHAResponse
|
|
2181
2179
|
},
|
|
2182
2180
|
...testPass && {
|
|
2183
|
-
"test-pass":
|
|
2181
|
+
"test-pass": testPass
|
|
2184
2182
|
}
|
|
2185
2183
|
}
|
|
2186
2184
|
});
|