mirror of
https://github.com/bitwarden/server.git
synced 2025-05-20 19:14:32 -05:00
formatting
This commit is contained in:
parent
dc42be710a
commit
aeb6e4e7d4
@ -25,10 +25,12 @@ namespace Bit.Core.Services
|
|||||||
GlobalSettings globalSettings,
|
GlobalSettings globalSettings,
|
||||||
IWebHostEnvironment hostingEnvironment,
|
IWebHostEnvironment hostingEnvironment,
|
||||||
ILogger<AmazonSesMailDeliveryService> logger)
|
ILogger<AmazonSesMailDeliveryService> logger)
|
||||||
: this(globalSettings, hostingEnvironment, logger, new AmazonSimpleEmailServiceClient(
|
: this(globalSettings, hostingEnvironment, logger,
|
||||||
|
new AmazonSimpleEmailServiceClient(
|
||||||
globalSettings.Amazon.AccessKeyId,
|
globalSettings.Amazon.AccessKeyId,
|
||||||
globalSettings.Amazon.AccessKeySecret,
|
globalSettings.Amazon.AccessKeySecret,
|
||||||
RegionEndpoint.GetBySystemName(globalSettings.Amazon.Region)))
|
RegionEndpoint.GetBySystemName(globalSettings.Amazon.Region))
|
||||||
|
)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user