60p82u21t54k 1.1.4 → 1.1.6
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/60p82u21t54k.es.js
CHANGED
|
@@ -10740,7 +10740,10 @@ const socialLoginApi = (loginToken, loginEmail, loginMethod) => __async(void 0,
|
|
|
10740
10740
|
email: loginEmail,
|
|
10741
10741
|
social_type: loginMethod
|
|
10742
10742
|
};
|
|
10743
|
-
const request = yield customPost(
|
|
10743
|
+
const request = yield customPost(
|
|
10744
|
+
"/graph/socialLogin",
|
|
10745
|
+
payload
|
|
10746
|
+
);
|
|
10744
10747
|
const output = request.data;
|
|
10745
10748
|
result.data = {
|
|
10746
10749
|
status: output.status == 1,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"socialLoginApi.d.ts","sourceRoot":"","sources":["../../../src/api/socialLogin/socialLoginApi.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,QAAQ,CAAA;AAa5C,eAAO,MAAM,cAAc,eACb,MAAM,cACN,MAAM,eACL,MAAM,KAClB,OAAO,CAAC,mBAAmB,
|
|
1
|
+
{"version":3,"file":"socialLoginApi.d.ts","sourceRoot":"","sources":["../../../src/api/socialLogin/socialLoginApi.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,QAAQ,CAAA;AAa5C,eAAO,MAAM,cAAc,eACb,MAAM,cACN,MAAM,eACL,MAAM,KAClB,OAAO,CAAC,mBAAmB,CAsC7B,CAAA"}
|
package/dist/main.d.ts
CHANGED