Update credentials better looking

This commit is contained in:
Geoffroy BONNEVILLE
2020-04-30 15:32:42 +02:00
parent d2814c6c67
commit 1b981b00d5
8 changed files with 145 additions and 45 deletions

View File

@@ -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)