mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
add authenticatioon to fix DI errors
This commit is contained in:
parent
e0d147a847
commit
8deddfb466
@ -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>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user