Skip to content

Commit

Permalink
revert code
Browse files Browse the repository at this point in the history
  • Loading branch information
thinhnotes committed Dec 28, 2018
1 parent 3663fff commit 2e4be78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/services/idp/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ public static IEnumerable<Client> GetDevClients() => new[]

RedirectUris =
{
"http://localhost:8080/callback",
$"{hostSettings.GetValue<string>("SpaAllowedCorsOrigin")}/callback",
"http://localhost:8080/callback"
},

PostLogoutRedirectUris =
Expand Down

0 comments on commit 2e4be78

Please sign in to comment.