We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23eb413 commit 07a97aaCopy full SHA for 07a97aa
src/TodoApp/AuthenticationEndpoints.cs
@@ -31,7 +31,7 @@ public static class AuthenticationEndpoints
31
public static IServiceCollection AddGitHubAuthentication(this IServiceCollection services)
32
{
33
return services
34
- .AddAuthentication(options => options.DefaultScheme = CookieAuthenticationDefaults.AuthenticationScheme)
+ .AddAuthentication(CookieAuthenticationDefaults.AuthenticationScheme)
35
.AddCookie(options =>
36
37
options.LoginPath = SignInPath;
0 commit comments