mirror of
https://github.com/bitwarden/server
synced 2025-12-24 04:03:25 +00:00
make sure user services are registered
This commit is contained in:
@@ -42,6 +42,9 @@ namespace Bit.Billing
|
||||
// Context
|
||||
services.AddScoped<CurrentContext>();
|
||||
|
||||
// Identity
|
||||
services.AddCustomIdentityServices(globalSettings);
|
||||
|
||||
// Services
|
||||
services.AddBaseServices();
|
||||
services.AddDefaultServices(globalSettings);
|
||||
|
||||
Reference in New Issue
Block a user