Skip to content

Commit

Permalink
fix security issue (#15192)
Browse files Browse the repository at this point in the history
  • Loading branch information
SbloodyS committed Nov 21, 2023
1 parent cca1c4a commit 7308888
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public Result<Map<String, String>> authenticate(String userId, String password,
return result;
}

log.info("Session is created and sessionId is :{}.", sessionId);
log.info("Session is created, userName:{}.", user.getUserName());

Map<String, String> data = new HashMap<>();
data.put(Constants.SESSION_ID, sessionId);
Expand Down

0 comments on commit 7308888

Please sign in to comment.