1
0
mirror of https://github.com/bitwarden/server synced 2025-12-06 00:03:34 +00:00

Register EF OrganizationInstallationRepository (#5751)

This commit is contained in:
Alex Morask
2025-05-01 13:39:04 -04:00
committed by GitHub
parent 706d7a5768
commit 0fa6962d17

View File

@@ -103,6 +103,7 @@ public static class EntityFrameworkServiceCollectionExtensions
services.AddSingleton<IPasswordHealthReportApplicationRepository, PasswordHealthReportApplicationRepository>();
services.AddSingleton<ISecurityTaskRepository, SecurityTaskRepository>();
services.AddSingleton<IUserAsymmetricKeysRepository, UserAsymmetricKeysRepository>();
services.AddSingleton<IOrganizationInstallationRepository, OrganizationInstallationRepository>();
if (selfHosted)
{