1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Don't clear username on failed login

This commit is contained in:
ianjazz246 2021-11-23 12:10:52 -08:00
parent 5809476ecd
commit c8241d66a1

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