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
Is your feature request related to a problem? Please describe.
The login button design could be a bit nicer.
In addition to that the code that was in the readme did not work for me
Describe the solution you'd like
You can toggle showing the login user/pw form with this code
Disclaimer
<formaction="http://localhost:8096/sso/OID/start/keycloak"><buttonclass="raised block emby-button button-submit">
Sign in with SSO
</button></form><inputtype="checkbox" id="show-login-form" /><labelfor="show-login-form" class="raised block emby-button">Login with username and password</label>
I think it might be best to move this to a discussion? I may put together a document that details all the different methods of the custom login buttons.
For the record: I've wasted about an hour debugging this button, only to discover that adding it through the Disclaimer field trips uBlock Origin's "Cosmetic Filtering" detection. Either disabling Cosmetics, or adding your Jellyfin instance as a Trusted Site, is enough to clear this.
Is your feature request related to a problem? Please describe.
The login button design could be a bit nicer.
In addition to that the code that was in the readme did not work for me
Describe the solution you'd like
You can toggle showing the login user/pw form with this code
Disclaimer
Custom CSS
Please consider that I had to add width and height to actually show the disclaimer
The text was updated successfully, but these errors were encountered: