Skip to content

Commit f0fed59

Browse files
committed
update
1 parent 429f1ae commit f0fed59

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/PasswordForm.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ const PasswordForm = ({ language, onHintClick, onLanguageToggle, 'aria-labelledb
6464
placeholder={t.placeholder}
6565
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"
6666
required
67-
minLength={8}
6867
maxLength={256}
6968
autoComplete="current-password"
7069
/>

0 commit comments

Comments
 (0)