이메일 인증 재발송 기능 제거 및 관련 코드 정리
- `emailResendPopup` 및 팝업 호출 로직 삭제 - `InquiryAdminNotifier` → `CommunityAdminNotifier`로 클래스 명칭 변경 - 제휴 신청 시 관리자 알림 로직 추가
This commit is contained in:
@@ -355,11 +355,6 @@ const customPopups = {
|
||||
$('#emailValidationPopup').hide();
|
||||
});
|
||||
},
|
||||
showEmailResendPopup: function (message, loginId) {
|
||||
$('#emailResendMessage').html(customPopups._sanitizeHtml(message));
|
||||
$('#userLoginId').val(loginId);
|
||||
$('#emailResend').show();
|
||||
},
|
||||
|
||||
/**
|
||||
* 사용자 초대 팝업 표시
|
||||
|
||||
Reference in New Issue
Block a user