-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 재학생 인증메일 문구 수정 및 CSS 스타일링 (#197)
feat: 이메일 문구 수정 및 CSS 스타일링
- Loading branch information
Showing
2 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ public class EmailConstant { | |
public static final String VERIFY_EMAIL_API_ENDPOINT = "/onboarding/verify-email?%s="; | ||
public static final String VERIFY_EMAIL_REQUEST_PARAMETER_KEY = "token"; | ||
public static final String HONGIK_UNIV_MAIL_DOMAIN = "@g.hongik.ac.kr"; | ||
public static final String SENDER_PERSONAL = "GDSC Hongik 운영팀"; | ||
public static final String SENDER_PERSONAL = "GDSC Hongik"; | ||
public static final String SENDER_ADDRESS = "[email protected]"; | ||
public static final String VERIFICATION_EMAIL_SUBJECT = "GDSC Hongik 이메일 인증 코드입니다."; | ||
|
||
|