이메일 인증 재발송 기능 제거 및 관련 코드 정리
- `emailResendPopup` 및 팝업 호출 로직 삭제 - `InquiryAdminNotifier` → `CommunityAdminNotifier`로 클래스 명칭 변경 - 제휴 신청 시 관리자 알림 로직 추가
This commit is contained in:
@@ -247,6 +247,9 @@ page:
|
||||
corp:
|
||||
name: "법인회원가입"
|
||||
path: "/signup/portalOrg"
|
||||
verification_email:
|
||||
name: "이메일 인증"
|
||||
path: "/signup/verification-email"
|
||||
agreements:
|
||||
name: 약관
|
||||
path: "#"
|
||||
@@ -322,6 +325,9 @@ page:
|
||||
mypage:
|
||||
name: "내 정보 관리"
|
||||
path: "/mypage"
|
||||
verification_email:
|
||||
name: "이메일 인증"
|
||||
path: "/mypage/verification-email"
|
||||
user_list:
|
||||
name: "이용자 관리"
|
||||
path: "/users"
|
||||
|
||||
Reference in New Issue
Block a user