mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
user premium validation job
This commit is contained in:
@@ -63,7 +63,7 @@ namespace Bit.Core.Utilities
|
||||
services.AddSingleton<IMailService, RazorMailService>();
|
||||
}
|
||||
|
||||
services.AddSingleton<ILicensingService, RsaLicensingService>();
|
||||
services.AddSingleton<ILicensingService, LicensingService>();
|
||||
|
||||
if(CoreHelpers.SettingHasValue(globalSettings.Mail.SendGridApiKey))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user