Userverwaltung improved
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user