-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Hello, what reason to make it obsolete? How am I going to display this message now that the field is mandatory?
password: z.string()
.nonempty('The Password field is required')
.min(6, 'Password must be longer than 6 characters')
.max(8, 'The password must not be a maximum of 8 characters'),
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels