Skip to content

Commit

Permalink
Uncheck Windows Credential Manager storage
Browse files Browse the repository at this point in the history
  • Loading branch information
shuffle-c committed Sep 10, 2019
1 parent 3079e06 commit 7462263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KeyManagement/KeyManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ private bool ExtractCompositeKey(string dbPath, out CompositeKey compositeKey)
catch (AuthProviderInvalidKeyException)
{
// The key might be compromised so we revoke all stored passwords
_keyStorage.Clear();
ClaimCurrentCacheType(AuthCacheType.Local);
throw;
}
catch (AuthProviderUserCancelledException)
Expand Down

0 comments on commit 7462263

Please sign in to comment.