mirror of
https://github.com/bitwarden/server.git
synced 2025-05-22 12:04:27 -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,
|
||||
IDomainMappingService domainMappingService,
|
||||
IChangePasswordUriService changePasswordService,
|
||||
ChangePasswordUriSettings iconsSettings,
|
||||
ChangePasswordUriSettings changePasswordUriSettings,
|
||||
ILogger<ChangePasswordUriController> logger)
|
||||
{
|
||||
_memoryCache = memoryCache;
|
||||
_domainMappingService = domainMappingService;
|
||||
_changePasswordService = changePasswordService;
|
||||
_changePasswordSettings = iconsSettings;
|
||||
_changePasswordSettings = changePasswordUriSettings;
|
||||
_logger = logger;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user