@opexa/portal-sdk 0.59.102 → 0.59.103

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.
@@ -4801,6 +4801,15 @@ var AuthService = class {
4801
4801
  error: createOperationError("InvalidReCAPTCHAResponseError")
4802
4802
  };
4803
4803
  }
4804
+ if (input.type === "NAME_AND_PASSWORD" && res.status === 401) {
4805
+ return {
4806
+ ok: false,
4807
+ error: statusCodeToOperationError(
4808
+ res.status,
4809
+ "Invalid username or password"
4810
+ )
4811
+ };
4812
+ }
4804
4813
  return {
4805
4814
  ok: false,
4806
4815
  error: statusCodeToOperationError(res.status)
@@ -6891,5 +6900,5 @@ var ExtensionService = class {
6891
6900
  };
6892
6901
 
6893
6902
  export { AccountService, AuthService, CmsPortalService, ExtensionService, FileService, GameService, PortalService, ReportService, TriggerService, WalletService, getFingerPrint, isIOSPlatform };
6894
- //# sourceMappingURL=chunk-3N7UZTY4.js.map
6895
- //# sourceMappingURL=chunk-3N7UZTY4.js.map
6903
+ //# sourceMappingURL=chunk-V5LOWEED.js.map
6904
+ //# sourceMappingURL=chunk-V5LOWEED.js.map