From 45618fb43cac0476a3f8287cdd2a6f8b175d39ba Mon Sep 17 00:00:00 2001 From: Manan17 Date: Sun, 15 Feb 2026 06:12:55 +0000 Subject: [PATCH] Adding hint for password length --- studio/frontend/src/features/auth/components/auth-form.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {