You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would i need to change to hide the "forgot password" button aswell?
I would like to only have the sso login and quickconnect to be shown. and if possible, that the SSO Login has the same size as the Quickconnect Button.
The login process can be confusing for users if you want SSO to be the only sign in method
I think hiding the login form will help remove this ambiguity. I recommend adding the following to the Custom CSS in jellyfin:
#loginPage .manualLoginForm { display: none !important }
The text was updated successfully, but these errors were encountered: