Ver Fonte

아이디 찾기 성공 후 로그인시 메인으로 가게 설정

jsshin há 4 anos atrás
pai
commit
f1a406accb

+ 3 - 1
src/main/java/com/style24/front/support/security/handler/TsfLoginSuccessHandler.java

@@ -43,7 +43,7 @@ public class TsfLoginSuccessHandler implements AuthenticationSuccessHandler {
 	private final String[] pagesToMain = new String[] {
 		"/customer/join/form",						// 회원가입
 		"/customer/sns/join/form",					// SNS 회원가입
-		"/customer/id/find/form",					// 아이디찾기
+		"/customer/id/pwd/find/form",				// 아이디/비밀번호 찾기
 		"/customer/password/find/form",				// 비밀번호찾기
 		"/customer/password/change/form",			// 비밀번호 변경 화면
 		"/customer/join/complete/form",				// 회원가입완료
@@ -52,6 +52,8 @@ public class TsfLoginSuccessHandler implements AuthenticationSuccessHandler {
 		"/customer/dormant/certify/complete/form",	// 휴면해제완료
 		"/customer/certification/form",				// 본인인증화면
 		"/customer/noncust/order/confirm/form",		// 비회원주문화면
+		"/customer/nice/ipin/form",					// 나이스인증화면
+		"/customer/nice/cellphone/form",			// 휴대폰인증화면
 		"/customer/consent/useinfo/form"			// YES24동의화면
 	};