From 6d884d0d8b27b7dfdec730bc5e856eebe973a6d3 Mon Sep 17 00:00:00 2001 From: Oscar Morales Date: Tue, 15 Jul 2025 17:03:07 -0600 Subject: [PATCH] Remove commented code --- Core.Thalos.Service.API/Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Core.Thalos.Service.API/Program.cs b/Core.Thalos.Service.API/Program.cs index b2bc4b6..187d633 100644 --- a/Core.Thalos.Service.API/Program.cs +++ b/Core.Thalos.Service.API/Program.cs @@ -9,8 +9,6 @@ using System.Text.Json.Serialization; var builder = WebApplication.CreateBuilder(args); -//var authSettings = AuthHelper.GetAuthSettings(builder, "thalos_service"); - builder.Services.ConfigureAuthentication(builder.Configuration); builder.Services.AddLogs(builder);