Skip to content

Commit

Permalink
notify appropriate listeners upon logout
Browse files Browse the repository at this point in the history
  • Loading branch information
CDaut committed Oct 11, 2024
1 parent 8488187 commit f3b5004
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public boolean logout() {
CefUtils.resetCookies();
}
}

this.notifyConnectedListeners();
return answer == JOptionPane.OK_OPTION;
}

Expand Down

0 comments on commit f3b5004

Please sign in to comment.