Skip to content

Commit 6a52014

Browse files
committed
added the input-contraints-text
1 parent 360c91d commit 6a52014

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/components/pages/SignUpPage.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,10 @@ export default function SignUpPage() {
150150
icon={Lock}
151151
type="password"
152152
name="password-2"
153-
placeholder="Reenter Password"
153+
placeholder="Re-enter Password"
154154
required
155155
/>
156+
<p className="text-xs text-gray-400 p-2">Password must be at least 8 characters long and contain at least one uppercase letter, one lowercase letter, one number, and one special character.</p>
156157
</div>
157158

158159

0 commit comments

Comments
 (0)