mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
update profile-form.tsx #106
This commit is contained in:
@@ -52,7 +52,7 @@ const profileSchema = (t: (key: string) => string) => z.object({
|
|||||||
.string({
|
.string({
|
||||||
required_error: t('settings.profile.validation.username.required'),
|
required_error: t('settings.profile.validation.username.required'),
|
||||||
})
|
})
|
||||||
.min(5, {
|
.min(3, {
|
||||||
message: t('settings.profile.validation.username.min'),
|
message: t('settings.profile.validation.username.min'),
|
||||||
})
|
})
|
||||||
.max(32, {
|
.max(32, {
|
||||||
|
|||||||
Reference in New Issue
Block a user