mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-21 05:43:22 -07:00
Add login redirect uri
This commit is contained in:
parent
80df2b0fad
commit
80506b8541
2 changed files with 19 additions and 10 deletions
|
@ -85,7 +85,7 @@
|
|||
dataType: 'json',
|
||||
statusCode: {
|
||||
200: function() {
|
||||
window.location = "${http_root}";
|
||||
window.location = "${redirect_uri or http_root}";
|
||||
},
|
||||
401: function() {
|
||||
$('#incorrect-login').show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue