From 6c0dcf3e6f8f829cb2ef3d413fc80e2279d06406 Mon Sep 17 00:00:00 2001 From: Isaac Levin <8878502+isaac2004@users.noreply.github.com> Date: Fri, 7 Jun 2019 10:22:06 -0400 Subject: [PATCH] Update OidcConfigurationController.cs --- .../React-CSharp/Controllers/OidcConfigurationController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/React-CSharp/Controllers/OidcConfigurationController.cs b/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/React-CSharp/Controllers/OidcConfigurationController.cs index 4fcb4e26fb..75e26da4e9 100644 --- a/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/React-CSharp/Controllers/OidcConfigurationController.cs +++ b/src/ProjectTemplates/Web.Spa.ProjectTemplates/content/React-CSharp/Controllers/OidcConfigurationController.cs @@ -1,5 +1,6 @@ using Microsoft.AspNetCore.ApiAuthorization.IdentityServer; using Microsoft.AspNetCore.Mvc; +using Microsoft.Extensions.Logging; namespace Company.WebApplication1.Controllers {