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:
parent
5809476ecd
commit
c8241d66a1
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue