1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-02 13:53:23 +01: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
No known key found for this signature in database
GPG Key ID: 23E38285B743E3A8

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>();