@slashid/remix 0.2.23 → 0.2.24
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/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -17466,7 +17466,7 @@ function Be() {
|
|
|
17466
17466
|
}
|
|
17467
17467
|
const Xr = () => Ko(Ql), y6 = new RegExp(
|
|
17468
17468
|
"(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|\"(?:[-\b\v\f-!#-[]-]|\\[- \v\f-])*\")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\\[(?:(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9]))\\.){3}(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9])|[a-z0-9-]*[a-z0-9]:(?:[-\b\v\f-!-ZS-]|\\[- \v\f-])+)\\])"
|
|
17469
|
-
), cs = 6, w6 = (e) => !(typeof e != "string" || e === ""), _6 = (e) => typeof e != "string" || e === "" ? !1 : y6.test(e), x6 = (e) => typeof e != "string" || e === "" ? !1 : e.length <= 128, Bo = (e) => !(Number.isNaN(Number(e)) || e.length !== cs);
|
|
17469
|
+
), cs = 6, w6 = (e) => !(typeof e != "string" || e === ""), _6 = (e) => typeof e != "string" || e === "" ? !1 : y6.test(e.toLowerCase()), x6 = (e) => typeof e != "string" || e === "" ? !1 : e.length <= 128, Bo = (e) => !(Number.isNaN(Number(e)) || e.length !== cs);
|
|
17470
17470
|
function k6(e) {
|
|
17471
17471
|
return `authenticating.setPassword.validation.${e.failedRules[0].name}`;
|
|
17472
17472
|
}
|