We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c72be8 commit 1eb9e03Copy full SHA for 1eb9e03
src/pages/login.js
@@ -91,8 +91,6 @@ export default function Login() {
91
placeholder='Email'
92
maxLength="200"
93
onKeyPress={(e)=>checkSpecialChar(e)}
94
- maxLength="200"
95
- onKeyPress={(e)=>checkSpecialChar(e)}
96
className='shadow focus:shadow-md rounded-md p-2 w-full border border-gray-200 text-gray-700 focus:ring-2 ring-blue-400 outline-none transition-all duration-200'
97
/>
98
<input
0 commit comments