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