Reduce min name length
This commit is contained in:
@@ -74,11 +74,11 @@ async function submit() {
|
||||
:label="t('auth.name')"
|
||||
:placeholder="t('auth.name')"
|
||||
max-length="64"
|
||||
min-length="5"
|
||||
min-length="1"
|
||||
:rules="[
|
||||
validation.required(t('auth.name')),
|
||||
validation.max(t('auth.name'), 64),
|
||||
validation.min(t('auth.name'), 5)
|
||||
validation.min(t('auth.name'), 1)
|
||||
]"
|
||||
required
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user