mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
app cache with org ability checks on events
This commit is contained in:
@@ -67,6 +67,7 @@ namespace Bit.Core.Utilities
|
||||
{
|
||||
services.AddSingleton<IMailService, BackupMailService>();
|
||||
services.AddSingleton<ILicensingService, LicensingService>();
|
||||
services.AddSingleton<IApplicationCacheService, InMemoryApplicationCacheService>();
|
||||
|
||||
if(CoreHelpers.SettingHasValue(globalSettings.Mail.SendGridApiKey))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user