diff --git a/components/auth/register-form.tsx b/components/auth/register-form.tsx index 5d2ad95..619f140 100644 --- a/components/auth/register-form.tsx +++ b/components/auth/register-form.tsx @@ -112,7 +112,7 @@ export function RegisterForm(props: React.HTMLAttributes) { autoComplete="new-password" disabled={isLoading} required - minLength={6} + minLength={8} />
@@ -124,7 +124,7 @@ export function RegisterForm(props: React.HTMLAttributes) { autoComplete="new-password" disabled={isLoading} required - minLength={6} + minLength={8} />