Skip to content

Commit

Permalink
Merge pull request #10 from HwiYul-G/07-CICD
Browse files Browse the repository at this point in the history
사용자 개인정보 관련 에러메시지 추가
  • Loading branch information
HwiYul-G authored Apr 27, 2024
2 parents 82338a5 + 4a395e7 commit 3e77653
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public String showUserInfo(
commentsByPage(model, commentPage, userInfoSession.getNickname());
} catch (IOException e) {
model.put("profileImage", "");
System.err.println(e.getMessage());
}
return "user/info";
}
Expand Down

0 comments on commit 3e77653

Please sign in to comment.