mirror of
https://github.com/bitwarden/server.git
synced 2025-05-23 04:21:05 -05:00
fix copy pasta - changePasswordUriSettings
This commit is contained in:
parent
e2df7755e6
commit
bee55d7fd2
@ -18,13 +18,13 @@ public class ChangePasswordUriController : Controller
|
|||||||
IMemoryCache memoryCache,
|
IMemoryCache memoryCache,
|
||||||
IDomainMappingService domainMappingService,
|
IDomainMappingService domainMappingService,
|
||||||
IChangePasswordUriService changePasswordService,
|
IChangePasswordUriService changePasswordService,
|
||||||
ChangePasswordUriSettings iconsSettings,
|
ChangePasswordUriSettings changePasswordUriSettings,
|
||||||
ILogger<ChangePasswordUriController> logger)
|
ILogger<ChangePasswordUriController> logger)
|
||||||
{
|
{
|
||||||
_memoryCache = memoryCache;
|
_memoryCache = memoryCache;
|
||||||
_domainMappingService = domainMappingService;
|
_domainMappingService = domainMappingService;
|
||||||
_changePasswordService = changePasswordService;
|
_changePasswordService = changePasswordService;
|
||||||
_changePasswordSettings = iconsSettings;
|
_changePasswordSettings = changePasswordUriSettings;
|
||||||
_logger = logger;
|
_logger = logger;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user