Skip to content

Commit

Permalink
Merge pull request #3196 from ianjazz246/no-clear-username
Browse files Browse the repository at this point in the history
Don't clear username on failed login
  • Loading branch information
thornbill committed Dec 27, 2021
2 parents ae22ca4 + c8241d6 commit 3dbc7b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/session/login/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import cardBuilder from '../../../components/cardbuilder/cardBuilder';

onLoginSuccessful(user.Id, result.AccessToken, apiClient);
}, function (response) {
page.querySelector('#txtManualName').value = '';
page.querySelector('#txtManualPassword').value = '';
loading.hide();

Expand Down

0 comments on commit 3dbc7b2

Please sign in to comment.