@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.js
CHANGED
|
@@ -1246,14 +1246,12 @@ var REGISTER_MEMBER_ACCOUNT_VIA_MOBILE_MUTATION = gql`
|
|
|
1246
1246
|
$referralCode: String
|
|
1247
1247
|
$reCAPTCHAResponse: String
|
|
1248
1248
|
$verificationCode: String
|
|
1249
|
-
$testPass: String
|
|
1250
1249
|
) {
|
|
1251
1250
|
registerMemberAccountViaMobile(
|
|
1252
1251
|
input: $input
|
|
1253
1252
|
referralCode: $referralCode
|
|
1254
1253
|
verificationCode: $verificationCode
|
|
1255
1254
|
reCAPTCHAResponse: $reCAPTCHAResponse
|
|
1256
|
-
testPass: $testPass
|
|
1257
1255
|
) {
|
|
1258
1256
|
... on InvalidPlatformError {
|
|
1259
1257
|
__typename
|
|
@@ -2175,7 +2173,7 @@ var AccountService = class {
|
|
|
2175
2173
|
"google-recaptcha-response": reCAPTCHAResponse
|
|
2176
2174
|
},
|
|
2177
2175
|
...testPass && {
|
|
2178
|
-
"test-pass":
|
|
2176
|
+
"test-pass": testPass
|
|
2179
2177
|
}
|
|
2180
2178
|
}
|
|
2181
2179
|
});
|