mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
fix login page
This commit is contained in:
parent
5bc30703a0
commit
5d1cf10d82
@ -199,9 +199,7 @@
|
||||
|
||||
apiClient.getPublicUsers().then(function (users) {
|
||||
|
||||
var showManualForm = !users.length;
|
||||
|
||||
if (showManualForm) {
|
||||
if (!users.length) {
|
||||
|
||||
showManualForm(view, false, false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user