mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-03 09:28:23 +02:00
fix username length
This commit is contained in:
parent
9acb0687ce
commit
9a3912af19
@ -90,7 +90,7 @@ const MetadataForm = ({ defaultValues, onSubmit }: MetadataFormProps) => {
|
||||
minLength: 2,
|
||||
maxLength: 64,
|
||||
required: true,
|
||||
pattern: /^[a-zA-Z0-9_-]{4,16}$/,
|
||||
pattern: /^[a-zA-Z0-9_-]{4,64}$/,
|
||||
})}
|
||||
/>
|
||||
<FormErrorMessage>{errors.username?.message}</FormErrorMessage>
|
||||
|
Loading…
x
Reference in New Issue
Block a user