1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-26 12:55:17 +01:00

make sure user services are registered

This commit is contained in:
Kyle Spearrin 2017-09-07 17:04:55 -04:00
parent 24fe7a9f88
commit 5a53a2c218

View File

@ -42,6 +42,9 @@ namespace Bit.Billing
// Context
services.AddScoped<CurrentContext>();
// Identity
services.AddCustomIdentityServices(globalSettings);
// Services
services.AddBaseServices();
services.AddDefaultServices(globalSettings);