mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
Added loggr logging for production environment.
This commit is contained in:
@ -26,7 +26,7 @@ namespace Bit.Core.Services
|
||||
public MailService(GlobalSettings globalSettings)
|
||||
{
|
||||
_globalSettings = globalSettings;
|
||||
_web = new Web(_globalSettings.Mail.APIKey);
|
||||
_web = new Web(_globalSettings.Mail.ApiKey);
|
||||
}
|
||||
|
||||
public async Task SendAlreadyRegisteredEmailAsync(string registrantEmailAddress)
|
||||
|
Reference in New Issue
Block a user