|
@@ -404,7 +404,7 @@ public class TsfCustomerController extends TsfBaseController {
|
|
|
ModelAndView mav = new ModelAndView();
|
|
ModelAndView mav = new ModelAndView();
|
|
|
GagaMap result = niceCertify.certifyIpin();
|
|
GagaMap result = niceCertify.certifyIpin();
|
|
|
|
|
|
|
|
- if (TscConstants.FrontGb.MOB.value().equals(TsfSession.getFrontGb())) {
|
|
|
|
|
|
|
+ if (TscConstants.FrontGb.MOBIEL.value().equals(TsfSession.getFrontGb())) {
|
|
|
mav.addObject("redirectUrl", redirectUrl); // 모바일만 사용
|
|
mav.addObject("redirectUrl", redirectUrl); // 모바일만 사용
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -439,7 +439,7 @@ public class TsfCustomerController extends TsfBaseController {
|
|
|
authMethod = TscConstants.AuthMethod.IPIN.value();
|
|
authMethod = TscConstants.AuthMethod.IPIN.value();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (TscConstants.FrontGb.MOB.value().equals(TsfSession.getFrontGb())) {
|
|
|
|
|
|
|
+ if (TscConstants.FrontGb.MOBIEL.value().equals(TsfSession.getFrontGb())) {
|
|
|
mav.addObject("redirectUrl", redirectUrl);
|
|
mav.addObject("redirectUrl", redirectUrl);
|
|
|
}
|
|
}
|
|
|
|
|
|