mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-03 19:30:31 +00:00
Show fingerprint for longer
This commit is contained in:
@@ -30,7 +30,7 @@ public class AskpassExchangeImpl extends AskpassExchange {
|
||||
AppLayoutModel.get().getQueueEntries().add(qe);
|
||||
GlobalTimer.delay(() -> {
|
||||
AppLayoutModel.get().getQueueEntries().remove(qe);
|
||||
}, Duration.ofSeconds(1));
|
||||
}, Duration.ofSeconds(3));
|
||||
return Response.builder().value(InPlaceSecretValue.of("")).build();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user