Fixed another bug with identity. #865 I'm thinking about removing it. Causing more hassle than it's worth

pull/1488/head
tidusjar 7 years ago
parent 1647717915
commit 7645aff996

@ -194,7 +194,7 @@ namespace Ombi
app.UseIdentityServerAuthentication(new IdentityServerAuthenticationOptions
{
#if !DEBUG
Authority = $"http://{url.Value}:{port.Value}",
Authority = $"{url.Value}:{port.Value}",
#else
Authority = $"http://localhost:52038/",
#endif

Loading…
Cancel
Save