dev-classes 1.3.18 → 1.3.19
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.
|
@@ -1833,8 +1833,9 @@ N(w, "keyCookie", "AuthCookie"), N(w, "cookieOptions", {}), N(w, "registerReques
|
|
|
1833
1833
|
if (A) {
|
|
1834
1834
|
const U = JSON.parse(S);
|
|
1835
1835
|
C.message = w.errorsHandler.getErrorMessageFromData(U), C.data = U;
|
|
1836
|
-
}
|
|
1837
|
-
|
|
1836
|
+
} else
|
|
1837
|
+
typeof S == "string" && (C.message = S);
|
|
1838
|
+
s({ ...l, ...p, errExt: C });
|
|
1838
1839
|
}
|
|
1839
1840
|
);
|
|
1840
1841
|
} else
|