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);