mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Fixed another bug with identity. #865 I'm thinking about removing it. Causing more hassle than it's worth
This commit is contained in:
parent
1647717915
commit
7645aff996
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ namespace Ombi
|
||||||
app.UseIdentityServerAuthentication(new IdentityServerAuthenticationOptions
|
app.UseIdentityServerAuthentication(new IdentityServerAuthenticationOptions
|
||||||
{
|
{
|
||||||
#if !DEBUG
|
#if !DEBUG
|
||||||
Authority = $"http://{url.Value}:{port.Value}",
|
Authority = $"{url.Value}:{port.Value}",
|
||||||
#else
|
#else
|
||||||
Authority = $"http://localhost:52038/",
|
Authority = $"http://localhost:52038/",
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue