Merge pull request #3196 from ianjazz246/no-clear-username

Don't clear username on failed login
This commit is contained in:
Bill Thornton 2021-12-27 12:36:32 -05:00 committed by GitHub
commit 3dbc7b2a2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();