From 6a520143c661d68c49d865c4c8034efbc09f7210 Mon Sep 17 00:00:00 2001 From: Aditya30ag Date: Sat, 18 Oct 2025 07:28:07 +0530 Subject: [PATCH] added the input-contraints-text --- frontend/src/components/pages/SignUpPage.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/pages/SignUpPage.tsx b/frontend/src/components/pages/SignUpPage.tsx index 684e568d..466bd00d 100644 --- a/frontend/src/components/pages/SignUpPage.tsx +++ b/frontend/src/components/pages/SignUpPage.tsx @@ -150,9 +150,10 @@ export default function SignUpPage() { icon={Lock} type="password" name="password-2" - placeholder="Reenter Password" + placeholder="Re-enter Password" required /> +

Password must be at least 8 characters long and contain at least one uppercase letter, one lowercase letter, one number, and one special character.