1
0
Fork 0
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:
Luke Pulverenti 2016-05-23 19:41:01 -04:00
parent 96b89c8b17
commit 29efa98318

View file

@ -199,9 +199,7 @@
apiClient.getPublicUsers().then(function (users) { apiClient.getPublicUsers().then(function (users) {
var showManualForm = !users.length; if (!users.length) {
if (showManualForm) {
showManualForm(view, false, false); showManualForm(view, false, false);