1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

change forceReset bool name

This commit is contained in:
Keviin Åberg Kultalahti 2021-05-21 12:10:02 +02:00
parent 50091b9bb1
commit 3593073c00

View file

@ -10,7 +10,7 @@ function buildUserSaveValidation(isSelf = false) {
let schema = {
email: Joi.string().allow(null, ""),
password: Joi.string().allow(null, ""),
forcePasswordChange: Joi.boolean().optional(),
forceResetPassword: Joi.boolean().optional(),
firstName: Joi.string().allow(null, ""),
lastName: Joi.string().allow(null, ""),
builder: Joi.object({