chore: aktualisierte DigitalData.Core-Pakete

This commit is contained in:
Developer 02
2025-03-24 14:17:23 +01:00
parent 59e8c6c0c6
commit a142196d87
14 changed files with 628 additions and 640 deletions

View File

@@ -83,7 +83,7 @@ try {
builder.Services.AddUserManager<UserManagerDbContext>();
builder.ConfigureBySection<DirectorySearchOptions>();
builder.Services.AddDirectorySearchService();
builder.Services.AddDirectorySearchService(config.GetSection("DirectorySearchOptions"));
builder.Services.AddCookieBasedLocalizer();