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.