diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/Startup.cs b/src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/Startup.cs index 7beef5f92b..90a7bed7e6 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/Startup.cs +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/Startup.cs @@ -102,7 +102,7 @@ namespace Company.WebApplication1 context.HandleResponse(); // Suppress the exception return Task.CompletedTask; }, - // If your application needs to do authenticate single users, add your user validation below. + // If your application needs to authenticate single users, add your user validation below. //OnTokenValidated = context => //{ // return myUserValidationLogic(context.Ticket.Principal);