mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-04 08:00:16 -04:00
WIP Split composite key user control
Some refactoring
This commit is contained in:
@@ -19,9 +19,9 @@ namespace ModernKeePass.Application.Security.Commands.GeneratePassword
|
||||
|
||||
public class GeneratePasswordCommandHandler: IRequestHandler<GeneratePasswordCommand, string>
|
||||
{
|
||||
private readonly IPasswordProxy _security;
|
||||
private readonly ICredentialsProxy _security;
|
||||
|
||||
public GeneratePasswordCommandHandler(IPasswordProxy security)
|
||||
public GeneratePasswordCommandHandler(ICredentialsProxy security)
|
||||
{
|
||||
_security = security;
|
||||
}
|
||||
|
Reference in New Issue
Block a user