refactor(CookieConsentSettings ): Entfernen Sie es und es ist DI Injection

This commit is contained in:
Developer 02
2024-10-18 09:50:53 +02:00
parent bc91baa4fa
commit 5a1263ee3a
2 changed files with 0 additions and 17 deletions

View File

@@ -130,8 +130,6 @@ try
builder.Services.AddSingleton(config.GetSection("ContactLink").Get<ContactLink>() ?? new());
builder.Services.AddCookieConsentSettings();
builder.Services.AddCookieBasedLocalizer();
builder.Services.AddSingleton(HtmlEncoder.Default);