Update README to use form-based login button

This commit is contained in:
Ersei Saggi
2024-02-04 17:38:11 -05:00
parent 87edc5f90a
commit ec82bf7fbc
2 changed files with 3 additions and 5 deletions

View File

@@ -98,11 +98,9 @@ The nightly build may have new features unavailable in other builds, but **be wa
In the Jellyfin administration UI, under "General", there is a "Branding" section. In that section, add the following code in the "Login disclaimer" block (replacing `PROVIDER_NAME` and the domain):
```html
<a
href="https://jellyfin.example.com/sso/OID/start/PROVIDER_NAME"
class="raised cancel block emby-button"
>Sign in with SSO</a
>
<form action="https://jellyfin.example.com/sso/OID/start/PROVIDER_NAME">
<button class="raised block emby-button button-submit">Sign in with SSO</button>
</form>
```
Then, add the following code in the "Custom CSS code" section:

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 107 KiB