mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update connect login
This commit is contained in:
parent
7cd7846e02
commit
fef37bd301
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function supportInAppSignup() {
|
function supportInAppSignup() {
|
||||||
return true;
|
return AppInfo.isNativeApp;
|
||||||
return AppInfo.isNativeApp || window.location.href.toLowerCase().indexOf('https') == 0;
|
return AppInfo.isNativeApp || window.location.href.toLowerCase().indexOf('https') == 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue