mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 21:51:14 -07:00
Redirect internally after login instead of client side
* Fixes Tautulli/Tautulli-Issues#300
This commit is contained in:
parent
674966510d
commit
6a534ade9f
2 changed files with 5 additions and 1 deletions
|
@ -160,7 +160,7 @@
|
|||
dataType: 'json',
|
||||
statusCode: {
|
||||
200: function(xhr, status) {
|
||||
window.location = "${redirect_uri or http_root}";
|
||||
window.location = "redirect?redirect_uri=${redirect_uri}";
|
||||
},
|
||||
401: function(xhr, status) {
|
||||
if (plex) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue