mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
removed test alert
This commit is contained in:
parent
eec4b34c51
commit
73e6e53494
5 changed files with 12 additions and 13 deletions
|
@ -266,7 +266,6 @@ define(['loading', 'viewManager', 'skinManager', 'pluginManager', 'backdrop', 'b
|
|||
console.log('Emby.Page - processing path request ' + pathname);
|
||||
|
||||
if ((!apiClient || !apiClient.isLoggedIn()) && !route.anonymous) {
|
||||
alert(JSON.stringify(route));
|
||||
console.log('Emby.Page - route does not allow anonymous access, redirecting to login');
|
||||
beginConnectionWizard();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue