We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b39fe commit 5a4bd16Copy full SHA for 5a4bd16
LinkDotNet.Blog.Web/Startup.cs
@@ -42,12 +42,6 @@ public void ConfigureServices(IServiceCollection services)
42
services.UseAuth0Authentication(Configuration);
43
}
44
45
- /****************
46
- * Possible authentication mechanism:
47
- * services.UseDummyAuthentication();
48
- * services.UseAuth0Authentication();
49
- */
50
-
51
services.AddBlazoredToast();
52
services.AddHeadElementHelper();
53
services.AddScoped<ILocalStorageService, LocalStorageService>();
0 commit comments