mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
frontend is all done !wip
This commit is contained in:
parent
2fc4ef2613
commit
2cd9c4d9b1
14 changed files with 146 additions and 52 deletions
|
@ -208,7 +208,7 @@ namespace Ombi.Api.Plex
|
|||
AddHeaders(request);
|
||||
var forwardUrl = wizard
|
||||
? new Request($"Wizard/OAuth/{pinId}", applicationUrl, HttpMethod.Get)
|
||||
: new Request($"api/v1/PlexOAuth/{pinId}", applicationUrl, HttpMethod.Get);
|
||||
: new Request($"Login/OAuth/{pinId}", applicationUrl, HttpMethod.Get);
|
||||
|
||||
request.AddQueryString("forwardUrl", forwardUrl.FullUri.ToString());
|
||||
request.AddQueryString("pinID", pinId.ToString());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue