We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 429f1ae commit f0fed59Copy full SHA for f0fed59
1 file changed
src/components/PasswordForm.tsx
@@ -64,7 +64,6 @@ const PasswordForm = ({ language, onHintClick, onLanguageToggle, 'aria-labelledb
64
placeholder={t.placeholder}
65
className="w-full px-4 py-3 bg-gray-800 border border-gray-600 rounded-lg text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-green-500 focus:border-transparent"
66
required
67
- minLength={8}
68
maxLength={256}
69
autoComplete="current-password"
70
/>
0 commit comments