We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1972726 commit 331d2d9Copy full SHA for 331d2d9
src/main/java/org/keepassxc/Connection.java
@@ -115,7 +115,7 @@ public JSONObject call() throws Exception {
115
log.trace("KeePassXC send an empty response: {}", response);
116
continue;
117
}
118
- if (!response.has("success")) break;
+ if (response.has("error")) break;
119
if (response.has("action") && response.getString("action").equals(action)) break;
120
log.trace("Response added to queue: {}", response);
121
0 commit comments