We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acc81e commit 4eb9d99Copy full SHA for 4eb9d99
backend/api/src/modules/user/mutation.js
@@ -31,7 +31,7 @@ export async function userSignup({ params: { name, email, password, passwordRepe
31
{
32
data: { value: password, length: params.user.rules.passwordMinLength },
33
check: 'lengthMin',
34
- message: translate.t('user.messages.fields.passwordMinLength', { length: params.user.rules.nameMinLength })
+ message: translate.t('user.messages.fields.passwordMinLength', { length: params.user.rules.passwordMinLength })
35
},
36
37
data: { value1: password, value2: passwordRepeat },
0 commit comments