재 커밋

This commit is contained in:
JSYOO 2021-11-17 14:53:45 +09:00
parent 49e50ef8ca
commit d8e07441f0

View File

@ -129,7 +129,7 @@ public class UserInfoController extends NlibCommonController {
public String putMyInfo(NlibLoginVO vo,HttpServletResponse response,HttpServletRequest request,Authentication authentication,ModelMap model) throws Exception{
//사용자 정보를 가져온다.
NlibLoginVO loginVO = getNlibLoginVO(authentication);
if(loginVO == null)
{
model.addAttribute("msg","비정상적인 접근입니다. 관리자에게 문의하여 주시기 바랍니다.");