1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add more notifications

This commit is contained in:
Luke Pulverenti 2014-04-25 22:55:07 -04:00
parent 7751d4f2a0
commit b94fa3f72c
3 changed files with 30 additions and 10 deletions

View file

@ -34,11 +34,7 @@
var users = response1[0];
var config = response2[0];
var showManualForm = config.ManualLoginClients.filter(function (i) {
return i == "Mobile";
}).length || !users.length;
var showManualForm = config.RequireManualLoginForMobileApps || !users.length;
if (showManualForm) {