Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Added debug output for failed password retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
eglia committed Mar 18, 2016
1 parent 5e2dfe0 commit 6c71e41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ function fetchLoginList() {
title: "Failed to get passwords",
text: "Could not get passwords from the server :/"
});
console.error(response.status, response.json);
}
}
});
Expand Down

0 comments on commit 6c71e41

Please sign in to comment.