mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Remove unnecessary x_plex_headers from 805d45b
This commit is contained in:
parent
617b0d6fd9
commit
ff887d9948
1 changed files with 0 additions and 1 deletions
|
@ -2554,7 +2554,6 @@ $(document).ready(function() {
|
|||
$("#token_verify").html('<i class="fa fa-refresh fa-spin"></i>').fadeIn('fast');
|
||||
}
|
||||
function OAuthSuccessCallback(authToken) {
|
||||
var x_plex_headers = getPlexHeaders();
|
||||
$("#pms_token").val(authToken);
|
||||
$("#token_verify").html('<i class="fa fa-check"></i>').fadeIn('fast');
|
||||
getServerOptions(authToken);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue