diff --git a/studio/frontend/src/features/auth/components/auth-form.tsx b/studio/frontend/src/features/auth/components/auth-form.tsx index e8d531c0b4..f17d2af13b 100644 --- a/studio/frontend/src/features/auth/components/auth-form.tsx +++ b/studio/frontend/src/features/auth/components/auth-form.tsx @@ -199,6 +199,9 @@ export function AuthForm({ mode }: AuthFormProps): ReactElement | null { )} + {!isLoginMode && ( +

Must be at least 8 characters

+ )} {!isLoginMode && ( @@ -223,7 +226,7 @@ export function AuthForm({ mode }: AuthFormProps): ReactElement | null {