오류수정
This commit is contained in:
parent
9741b0e43a
commit
d090114d3f
@ -1,15 +1,6 @@
|
|||||||
package itn.let.cert.ip.service;
|
package itn.let.cert.ip.service;
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
import itn.let.lett.service.LetterVO;
|
|
||||||
import itn.let.mail.service.StatusResponse;
|
import itn.let.mail.service.StatusResponse;
|
||||||
import itn.let.mjo.addr.service.AddrVO;
|
|
||||||
import itn.let.mjo.msg.service.MjonMsgVO;
|
|
||||||
import itn.let.sym.site.service.JoinSettingVO;
|
|
||||||
import itn.let.uat.uia.service.MberCertPhoneVO;
|
|
||||||
import itn.let.uat.uia.web.SendLogVO;
|
|
||||||
import itn.let.uss.umt.service.MberManageVO;
|
|
||||||
|
|
||||||
public interface CertIpService {
|
public interface CertIpService {
|
||||||
|
|
||||||
|
|||||||
@ -2951,7 +2951,6 @@ public class EgovMypageController {
|
|||||||
|
|
||||||
LoginVO loginVO = EgovUserDetailsHelper.isAuthenticated()? (LoginVO)EgovUserDetailsHelper.getAuthenticatedUser():null;
|
LoginVO loginVO = EgovUserDetailsHelper.isAuthenticated()? (LoginVO)EgovUserDetailsHelper.getAuthenticatedUser():null;
|
||||||
if(loginVO == null) {
|
if(loginVO == null) {
|
||||||
//redirectAttributes.addFlashAttribute("message", "문자온 서비스는 로그인 후 이용 가능합니다.");
|
|
||||||
return "redirect:/web/user/login/login.do";
|
return "redirect:/web/user/login/login.do";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user