Clear cache passwords on repeated request

This commit is contained in:
crschnick 2023-12-03 16:16:35 +00:00
parent cb0cb97af3
commit 49755b2785

View file

@ -27,6 +27,7 @@ public class AskpassAlert {
var found = SecretManager.get(ref);
if (found.isPresent()) {
requests.add(requestId);
return found.get();
}