Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion frontend/src/components/pages/SignUpPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,10 @@ export default function SignUpPage() {
icon={Lock}
type="password"
name="password-2"
placeholder="Reenter Password"
placeholder="Re-enter Password"
required
/>
<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>
</div>


Expand Down