PMCORE-2565 Field of new user are checked as validated without information

This commit is contained in:
Roly Rudy Gutierrez Pinto
2020-12-18 00:32:23 -04:00
parent fd17dd2c24
commit a95b1da9f0

View File

@@ -345,15 +345,15 @@
validate: { validate: {
USR_USERNAME: { USR_USERNAME: {
message: "", message: "",
state: true state: null
}, },
USR_NEW_PASS: { USR_NEW_PASS: {
message: "", message: "",
state: true state: null
}, },
USR_CNF_PASS: { USR_CNF_PASS: {
message: "", message: "",
state: true state: null
} }
}, },
countryList: [{ countryList: [{