mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
update connect login
This commit is contained in:
parent
7cd7846e02
commit
fef37bd301
@ -191,7 +191,7 @@
|
||||
}
|
||||
|
||||
function supportInAppSignup() {
|
||||
return true;
|
||||
return AppInfo.isNativeApp;
|
||||
return AppInfo.isNativeApp || window.location.href.toLowerCase().indexOf('https') == 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user