1
0
mirror of https://github.com/bitwarden/server synced 2025-12-31 23:53:17 +00:00

Add IDistributedCache to SCIM (#4871)

This commit is contained in:
Alex Morask
2024-10-09 08:52:59 -04:00
committed by Alex Morask
parent f2e69efd56
commit 96a5534a0f

View File

@@ -69,6 +69,7 @@ public class Startup
// Services
services.AddBaseServices(globalSettings);
services.AddDefaultServices(globalSettings);
services.AddDistributedCache(globalSettings);
services.AddBillingOperations();
services.TryAddSingleton<IHttpContextAccessor, HttpContextAccessor>();