Skip to content

Commit

Permalink
EDPC-1816 Check TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
zxBCN Valeriu_Tuguran,Constantin (IT EDP) EXTERNAL committed Sep 26, 2023
1 parent 34373de commit bd329ed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ boolean storeTokenIfCrowdMethodUsed(
HttpServletRequest request, HttpServletResponse response, Authentication authResult) {
if (authResult instanceof CrowdSSOAuthenticationToken && authResult.getCredentials() != null) {
try {
// TODO check if this suffices
super.storeTokenIfCrowd(request, response, authResult);
return true;
} catch (Exception e) {
Expand Down

0 comments on commit bd329ed

Please sign in to comment.