Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit bf97ad5

Browse files
committed
Nuke comment
1 parent 19011fc commit bf97ad5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.AspNetCore.Authentication.Core/AuthenticationCoreServiceCollectionExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public static IServiceCollection AddAuthenticationCore(this IServiceCollection s
5858

5959
private class DefaultConfigureOptions : ConfigureDefaultOptions<AuthenticationOptions>
6060
{
61-
// Bind to "Bearer" section by default
6261
public DefaultConfigureOptions(IConfiguration config) :
6362
base(options => config.GetSection("Microsoft:AspNetCore:Authentication").Bind(options))
6463
{ }

0 commit comments

Comments
 (0)