mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01: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);
|
||||
|
||||
// Authentication
|
||||
services.AddAuthentication();
|
||||
|
||||
// Jobs service, uncomment when we have some jobs to run
|
||||
// Jobs.JobsHostedService.AddJobsServices(services);
|
||||
// services.AddHostedService<Jobs.JobsHostedService>();
|
||||
|
Loading…
Reference in New Issue
Block a user