mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Clear cache passwords on repeated request
This commit is contained in:
parent
cb0cb97af3
commit
49755b2785
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ public class AskpassAlert {
|
|||
|
||||
var found = SecretManager.get(ref);
|
||||
if (found.isPresent()) {
|
||||
requests.add(requestId);
|
||||
return found.get();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue