Fixing comment grammer
Addresses https://github.com/aspnet/AspNetCore/issues/9053
This commit is contained in:
parent
5b56dcb700
commit
1c3f890240
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue