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:
parent
7751d4f2a0
commit
b94fa3f72c
3 changed files with 30 additions and 10 deletions
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue