Skip to content

Commit 1eb9e03

Browse files
author
Simeranjeet Sandhu
committed
Fixed Lint
1 parent 1c72be8 commit 1eb9e03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pages/login.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ export default function Login() {
9191
placeholder='Email'
9292
maxLength="200"
9393
onKeyPress={(e)=>checkSpecialChar(e)}
94-
maxLength="200"
95-
onKeyPress={(e)=>checkSpecialChar(e)}
9694
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'
9795
/>
9896
<input

0 commit comments

Comments
 (0)