Skip to content

Commit

Permalink
Merge pull request #124 from IDEA-CAMPUS/develop
Browse files Browse the repository at this point in the history
release 2.4.11
  • Loading branch information
jisujeong0 authored Jan 17, 2024
2 parents 7baac19 + 4992131 commit 9fe6917
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public ResponseEntity<?> sendEmail(FindPasswordReq findPasswordReq) {
+ "<p>서비스 이용을 위한 하단 계정의 비밀번호 재설정 이메일 요청 메일입니다.</p>"
+ "<p>'비밀번호 재설정' 버튼을 클릭하여 재설정을 완료하실 수 있습니다.</p>"
+ "<br>"
+ "<a href='https://ideacampus.site:8080/auth/change-password/" + code + "' style='"
+ "<a href='http://localhost:3000/resetPW" + "' style='"
+ "display: inline-block;"
+ "font-weight: bold;"
+ "padding: 10px 20px;"
Expand Down

0 comments on commit 9fe6917

Please sign in to comment.