@witlink/usercenter 1.2.64 → 1.2.65
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/usercenter.es.js +2 -2
- package/dist/usercenter.umd.js +1 -1
- package/package.json +1 -1
package/dist/usercenter.es.js
CHANGED
|
@@ -43633,7 +43633,7 @@ const _sfc_main$b = {
|
|
|
43633
43633
|
const itemsData = {
|
|
43634
43634
|
"01": securityForm.passwordExpiry,
|
|
43635
43635
|
"02": securityForm.maxLoginTime,
|
|
43636
|
-
"
|
|
43636
|
+
"04": securityForm.passwordStrength
|
|
43637
43637
|
};
|
|
43638
43638
|
const formData = {
|
|
43639
43639
|
parentCode: "SYS"
|
|
@@ -43653,7 +43653,7 @@ const _sfc_main$b = {
|
|
|
43653
43653
|
});
|
|
43654
43654
|
Object.assign(securityForm, {
|
|
43655
43655
|
passwordExpiry: result[0].v1,
|
|
43656
|
-
passwordStrength:
|
|
43656
|
+
passwordStrength: result[3].v1,
|
|
43657
43657
|
maxLoginTime: result[1].v1
|
|
43658
43658
|
});
|
|
43659
43659
|
});
|