mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 17:42:49 -05:00
add authenticatioon to fix DI errors
This commit is contained in:
@ -65,6 +65,9 @@ namespace Bit.Billing
|
|||||||
});
|
});
|
||||||
services.Configure<RouteOptions>(options => options.LowercaseUrls = true);
|
services.Configure<RouteOptions>(options => options.LowercaseUrls = true);
|
||||||
|
|
||||||
|
// Authentication
|
||||||
|
services.AddAuthentication();
|
||||||
|
|
||||||
// Jobs service, uncomment when we have some jobs to run
|
// Jobs service, uncomment when we have some jobs to run
|
||||||
// Jobs.JobsHostedService.AddJobsServices(services);
|
// Jobs.JobsHostedService.AddJobsServices(services);
|
||||||
// services.AddHostedService<Jobs.JobsHostedService>();
|
// services.AddHostedService<Jobs.JobsHostedService>();
|
||||||
|
Reference in New Issue
Block a user