Skip to content

Commit

Permalink
Merge pull request #12062 from hungvu193/fix-11732
Browse files Browse the repository at this point in the history
Fix: Log in - Leave the login input when the user hits back from the password page
  • Loading branch information
pecanoro authored Nov 1, 2022
2 parents d0ca09b + a0f32de commit 064eeea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/signin/LoginForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ class LoginForm extends React.Component {
return;
}
this.input.focus();

if (this.state.login) {
this.clearLogin();
}
}

/**
Expand Down

0 comments on commit 064eeea

Please sign in to comment.