Compare commits
1 commit
d383f77c41
...
f63fc3f1fe
Author | SHA1 | Date | |
---|---|---|---|
f63fc3f1fe |
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export const registerSchema = zod
|
|||
!data.password.includes(data.username),
|
||||
{
|
||||
message:
|
||||
'Password cannot contain your first name, last name, email, or username itself',
|
||||
'Password cannot contain your first name, last name, email, or username',
|
||||
path: ['password'],
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue