change forceReset bool name
This commit is contained in:
parent
ac989fb282
commit
8735ef088f
|
@ -10,7 +10,7 @@ function buildUserSaveValidation(isSelf = false) {
|
||||||
let schema = {
|
let schema = {
|
||||||
email: Joi.string().allow(null, ""),
|
email: Joi.string().allow(null, ""),
|
||||||
password: Joi.string().allow(null, ""),
|
password: Joi.string().allow(null, ""),
|
||||||
forcePasswordChange: Joi.boolean().optional(),
|
forceResetPassword: Joi.boolean().optional(),
|
||||||
firstName: Joi.string().allow(null, ""),
|
firstName: Joi.string().allow(null, ""),
|
||||||
lastName: Joi.string().allow(null, ""),
|
lastName: Joi.string().allow(null, ""),
|
||||||
builder: Joi.object({
|
builder: Joi.object({
|
||||||
|
|
Loading…
Reference in New Issue