From 604ef537e0fabfbcc3abf9d7473b22f08dc549a6 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Thu, 14 Sep 2023 14:41:40 +1000 Subject: Finalised login functionality --- Program.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'Program.cs') diff --git a/Program.cs b/Program.cs index cda77d3..e78f0d4 100644 --- a/Program.cs +++ b/Program.cs @@ -8,7 +8,6 @@ namespace HyperBooru; public class Program { public static void Main(string[] args) { var builder = WebApplication.CreateBuilder(args); - builder.Services.AddAuthentication().AddCookie(); builder.Services.AddHttpContextAccessor(); builder.Services.AddAuthentication( CookieAuthenticationDefaults.AuthenticationScheme).AddCookie(); -- cgit v1.3