mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05: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