17 lines
605 B
XML
17 lines
605 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<BrandingOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<LoginDisclaimer><form action="https://jellyfin.rik.veenboer.xyz/sso/OID/start/Authenthik">
|
|
<button class="raised block emby-button button-submit">
|
|
Sign in with SSO
|
|
</button>
|
|
</form></LoginDisclaimer>
|
|
<CustomCss>a.raised.emby-button {
|
|
padding: 0.9em 1em;
|
|
color: inherit !important;
|
|
}
|
|
|
|
.disclaimerContainer {
|
|
display: block;
|
|
}</CustomCss>
|
|
<SplashscreenEnabled>false</SplashscreenEnabled>
|
|
</BrandingOptions> |