diff --git a/SSO-Auth/WebResponse.cs b/SSO-Auth/WebResponse.cs index 5cdcfcc..7ef0dd7 100644 --- a/SSO-Auth/WebResponse.cs +++ b/SSO-Auth/WebResponse.cs @@ -453,6 +453,9 @@ async function link(request) { } async function main() { + localStorage.removeItem('jellyfin_credentials'); + document.getElementById('iframe-main').src = '" + baseUrl + @"/web/index.html'; + var data = '" + data + @"'; while (localStorage.getItem(""_deviceId2"") == null || localStorage.getItem(""jellyfin_credentials"") == null || @@ -501,6 +504,6 @@ async function main() { }); // https://stackoverflow.com/a/25435165 -"; +"; } }