Skip to content

Commit

Permalink
Beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
LEDfan committed Nov 6, 2019
1 parent 43d6cb0 commit 25e786e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions background/lib/KeepassXCBackend.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ class KeepassXCBackend extends PasswordBackend {
}
return {code: "ok", credentials: parsed.entries};
} else if (response.error && response.errorCode) {
console.log(response);
console.log("error");
if (response.error === "No logins found" || response.errorCode === 15) {
return {code: "noLogins", credentials: []};
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Keywi",
"version": "2.0.0beta2",
"version": "2.0.0beta3",
"description": "__MSG_extensionDescription__",
"icons": {
"48": "icons/keywi-48.png",
Expand Down

0 comments on commit 25e786e

Please sign in to comment.