Skip to content

Commit

Permalink
branch protection wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sanam2405 committed Dec 31, 2023
1 parent b5ddfd0 commit 2ddc6dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/components/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ function Login() {
<div>
<input
type={showPassword ? 'text' : 'password'}
name='password'
id='password'
name='password'
id='password'
placeholder="Password"
value={credentials.password}
onChange={inputEvent}
value={credentials.password}
onChange={inputEvent}
/>{' '}
<button
type='button'
Expand Down

0 comments on commit 2ddc6dc

Please sign in to comment.