|
|
@@ -47,9 +47,10 @@ public class TsfLoginSuccessHandler implements AuthenticationSuccessHandler {
|
|
|
"/customer/password/change/form", // 비밀번호 변경 화면
|
|
|
"/customer/join/complete/form", // 회원가입완료
|
|
|
"/customer/join/type/form", // 회원가입유형
|
|
|
- "/customer/dormant/certify/complete/form", // 휴면해제
|
|
|
+ "/customer/dormant/certify/form", // 휴면해제화면
|
|
|
+ "/customer/dormant/certify/complete/form", // 휴면해제완료
|
|
|
"/customer/certification/form", // 본인인증화면
|
|
|
- "customer/noncust/order/confirm/form" // 비회원주문화면
|
|
|
+ "/customer/noncust/order/confirm/form" // 비회원주문화면
|
|
|
};
|
|
|
|
|
|
private static final int CHANG_PWD_CAMPAIGN_DAY = 90; // 비밀번호 변경 캠페인일자
|