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 4393466 commit c150349Copy full SHA for c150349
LinkDotNet.Blog.Web/Authentication/Dummy/DummyExtensions.cs
@@ -9,7 +9,8 @@ public static class DummyExtensions
9
public static void UseDummyAuthentication(this IServiceCollection services)
10
{
11
services.AddAuthentication(CookieAuthenticationDefaults.AuthenticationScheme)
12
- .AddCookie(CookieAuthenticationDefaults.AuthenticationScheme,
+ .AddCookie(
13
+ CookieAuthenticationDefaults.AuthenticationScheme,
14
options =>
15
16
options.LoginPath = new PathString("/login");
0 commit comments