mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-29 19:18:30 -07:00
Fixed Plex OAuth, should no longer show Insecure warning
This commit is contained in:
parent
fe590004d2
commit
c55fc32c63
4 changed files with 29 additions and 24 deletions
|
@ -214,7 +214,7 @@ namespace Ombi.Api.Plex
|
|||
? new Request($"Wizard/OAuth/{pinId}", applicationUrl, HttpMethod.Get)
|
||||
: new Request($"Login/OAuth/{pinId}", applicationUrl, HttpMethod.Get);
|
||||
|
||||
request.AddQueryString("forwardUrl", forwardUrl.FullUri.ToString());
|
||||
//request.AddQueryString("forwardUrl", forwardUrl.FullUri.ToString());
|
||||
request.AddQueryString("pinID", pinId.ToString());
|
||||
request.AddQueryString("code", code);
|
||||
request.AddQueryString("context[device][product]", "Ombi");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue