BUG-2079: Small changes for the bug, to help to track the issue. [skip ci]

This commit is contained in:
Robin 2016-12-26 20:32:06 +01:00
commit 4f289d838a
3 changed files with 34 additions and 7 deletions

View file

@ -159,6 +159,7 @@ namespace GreenshotJiraPlugin {
_loggedInTime = DateTime.Now;
return;
}
// Login failed, confirm this
try {
credentialsDialog.Confirm(false);
} catch (ApplicationException e) {