mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix login page
This commit is contained in:
parent
96b89c8b17
commit
29efa98318
1 changed files with 1 additions and 3 deletions
|
@ -199,9 +199,7 @@
|
|||
|
||||
apiClient.getPublicUsers().then(function (users) {
|
||||
|
||||
var showManualForm = !users.length;
|
||||
|
||||
if (showManualForm) {
|
||||
if (!users.length) {
|
||||
|
||||
showManualForm(view, false, false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue