-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Mobile detection when auth disabled not working #5643
Description
Describe feature
I run a TriliumNext instance behind an authentication provider (Authentik). Because of that, I disabled TriliumNext's authentication mechanism through config.ini, as stated in the docs: https://triliumnext.github.io/Docs/Wiki/server-installation.html#disabling-authentication .
The problem I have is, since I never hit the login page, there is no detection of a mobile browser. I'm pretty sure it's related to the login page because if I enable Trilium's auth it works fine.
I also tried forcing it through the URL with ?mobile, but I guess that's also restricted to the login page.
If there's no existing solution (I might not be aware of it), would it be possible to get mobile detection even when auth is turned off as a feature at some point?
Additional Information
No response