Skip to content

Commit

Permalink
fix: improve final redirect (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
9p4 committed Aug 6, 2023
1 parent 95776b4 commit 5777c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SSO-Auth/WebResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ async function main() {
jfCreds['Servers'][0]['UserId'] = responseJson['User']['Id'];
localStorage.setItem('jellyfin_credentials', JSON.stringify(jfCreds));
localStorage.setItem('enableAutoLogin', 'true');
window.location.replace('" + baseUrl + @"');
window.location.replace('" + baseUrl + @"/web/index.html');
}
document.addEventListener('DOMContentLoaded', function () {
Expand Down

0 comments on commit 5777c80

Please sign in to comment.