mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #432 - Unable to sign in with a hidden user on the web ui
This commit is contained in:
parent
bbbdc4e0c8
commit
b7af0b8a16
2 changed files with 8 additions and 4 deletions
|
@ -20,12 +20,12 @@
|
|||
|
||||
if (showManualForm) {
|
||||
|
||||
$('#divUsers', '#loginPage').hide();
|
||||
$('.visualLoginForm', '#loginPage').hide();
|
||||
$('#manualLoginForm', '#loginPage').show();
|
||||
|
||||
} else {
|
||||
|
||||
$('#divUsers', '#loginPage').show();
|
||||
$('.visualLoginForm', '#loginPage').show();
|
||||
$('#manualLoginForm', '#loginPage').hide();
|
||||
|
||||
LoginPage.loadUserList(users);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue