@opexa/portal-sdk 0.0.45 → 0.0.48

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.mjs CHANGED
@@ -1274,7 +1274,7 @@ class _t {
1274
1274
  const a = `${e.mobileNumber}:${e.verificationCode}`, r = Buffer.from(a).toString("base64");
1275
1275
  t.set("Authorization", `MobileNumberOTP ${r}`);
1276
1276
  }
1277
- e.sessionId && t.set("Authorization", `Maya ${e.sessionId}`);
1277
+ e.sessionId && t.set("Authorization", `mayasession ${e.sessionId}`);
1278
1278
  try {
1279
1279
  const a = await fetch(`${this.url}/sessions`, {
1280
1280
  method: "POST",