Skip to content

Commit

Permalink
small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraju-pc committed Jun 27, 2023
1 parent 44feb23 commit 8fc99be
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ export default function LoginForm(){
} else {
// alert for no match
alert('Invalid username or password');
//reset fields
setUserName('');
setPassWord('');

}

Expand Down

0 comments on commit 8fc99be

Please sign in to comment.