PMCORE-2565 Field of new user are checked as validated without information
This commit is contained in:
@@ -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: [{
|
||||||
|
|||||||
Reference in New Issue
Block a user