Skip to content

Commit 5a4bd16

Browse files
committed
Removed obsolete comment
1 parent 44b39fe commit 5a4bd16

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

LinkDotNet.Blog.Web/Startup.cs

-6
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ public void ConfigureServices(IServiceCollection services)
4242
services.UseAuth0Authentication(Configuration);
4343
}
4444

45-
/****************
46-
* Possible authentication mechanism:
47-
* services.UseDummyAuthentication();
48-
* services.UseAuth0Authentication();
49-
*/
50-
5145
services.AddBlazoredToast();
5246
services.AddHeadElementHelper();
5347
services.AddScoped<ILocalStorageService, LocalStorageService>();

0 commit comments

Comments
 (0)