Userverwaltung improved

This commit is contained in:
Wieland, Marc
2026-06-08 15:45:27 +02:00
parent ee4d6cb5b1
commit dd2d47e57d
8 changed files with 164 additions and 2 deletions
+1
View File
@@ -24,6 +24,7 @@ builder.Services.AddAuthorization(options =>
});
builder.Services.AddCascadingAuthenticationState();
builder.Services.AddHttpContextAccessor();
builder.Services.AddSingleton<timetracker.Data.UserNotificationService>();
builder.Services.AddScoped<AuthService>();
// Add services to the container.