mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Update credentials better looking
This commit is contained in:
@@ -331,6 +331,7 @@ namespace ModernKeePass.Infrastructure.KeePass
|
||||
public void UpdateCredentials(Credentials credentials)
|
||||
{
|
||||
_pwDatabase.MasterKey = CreateCompositeKey(credentials);
|
||||
_credentials = credentials;
|
||||
}
|
||||
|
||||
public IEnumerable<EntryEntity> Search(string groupId, string text)
|
||||
|
Reference in New Issue
Block a user