Skip to content

Commit

Permalink
[refactor/72-task] 메일링크 수정
Browse files Browse the repository at this point in the history
[refactor/72-task] 메일링크 수정
  • Loading branch information
lsn5963 committed Jan 17, 2024
1 parent 7115404 commit 7522485
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='http://localhost:3000/resetPW" + "' style='"
+ "<a href='http://localhost:3000/resetPW" + code + "' style='"
+ "display: inline-block;"
+ "font-weight: bold;"
+ "padding: 10px 20px;"
Expand Down

0 comments on commit 7522485

Please sign in to comment.