mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-21 09:09:43 -06:00
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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user