@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.js
CHANGED
|
@@ -2175,7 +2175,7 @@ var AccountService = class {
|
|
|
2175
2175
|
"google-recaptcha-response": reCAPTCHAResponse
|
|
2176
2176
|
},
|
|
2177
2177
|
...testPass && {
|
|
2178
|
-
"test-pass":
|
|
2178
|
+
"test-pass": testPass
|
|
2179
2179
|
}
|
|
2180
2180
|
}
|
|
2181
2181
|
});
|
|
@@ -4321,16 +4321,6 @@ var SessionManagerCookie = class {
|
|
|
4321
4321
|
this._refreshing = value;
|
|
4322
4322
|
}
|
|
4323
4323
|
async create(input) {
|
|
4324
|
-
if (this.isServer) {
|
|
4325
|
-
this.logger.warn("'client cookie' is not available on the server.");
|
|
4326
|
-
return {
|
|
4327
|
-
ok: false,
|
|
4328
|
-
error: {
|
|
4329
|
-
name: "UnknownError",
|
|
4330
|
-
message: "Server sign in is not supported."
|
|
4331
|
-
}
|
|
4332
|
-
};
|
|
4333
|
-
}
|
|
4334
4324
|
if (input.type === "MAYA") {
|
|
4335
4325
|
localStorage.setItem(this.platformStorageKey, "MAYA");
|
|
4336
4326
|
const f0 = () => this.walletService.mayaSession({ id: input.sessionId });
|