@opexa/portal-sdk 0.35.0 → 0.35.2
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 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -11
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2180,7 +2180,7 @@ var AccountService = class {
|
|
|
2180
2180
|
"google-recaptcha-response": reCAPTCHAResponse
|
|
2181
2181
|
},
|
|
2182
2182
|
...testPass && {
|
|
2183
|
-
"test-pass":
|
|
2183
|
+
"test-pass": testPass
|
|
2184
2184
|
}
|
|
2185
2185
|
}
|
|
2186
2186
|
});
|
|
@@ -4326,16 +4326,6 @@ var SessionManagerCookie = class {
|
|
|
4326
4326
|
this._refreshing = value;
|
|
4327
4327
|
}
|
|
4328
4328
|
async create(input) {
|
|
4329
|
-
if (this.isServer) {
|
|
4330
|
-
this.logger.warn("'client cookie' is not available on the server.");
|
|
4331
|
-
return {
|
|
4332
|
-
ok: false,
|
|
4333
|
-
error: {
|
|
4334
|
-
name: "UnknownError",
|
|
4335
|
-
message: "Server sign in is not supported."
|
|
4336
|
-
}
|
|
4337
|
-
};
|
|
4338
|
-
}
|
|
4339
4329
|
if (input.type === "MAYA") {
|
|
4340
4330
|
localStorage.setItem(this.platformStorageKey, "MAYA");
|
|
4341
4331
|
const f0 = () => this.walletService.mayaSession({ id: input.sessionId });
|