Merge pull request #1267 from peterpardo/fix/password-panel-incorrect-error-message

fix: Update error message in Password panel, confirm new password field
This commit is contained in:
Alexander Holliday
2024-12-03 18:41:18 -08:00
committed by GitHub

View File

@@ -82,7 +82,7 @@ const credentials = joi.object({
return value;
})
.messages({
"string.empty": "empty",
"string.empty": "This field can't be empty",
different: "Passwords do not match",
}),
role: joi.array(),