이지우 - 개발자 로그인 수정
This commit is contained in:
parent
48e67d18d7
commit
abf2de2f68
@ -774,7 +774,7 @@ public class EgovLoginController {
|
||||
|
||||
SsoLoginVO ssologinVO = new SsoLoginVO();
|
||||
|
||||
if ((ProfileUtil.isLocal() || ProfileUtil.isTLocal()) && "Y".equals(loginVO.getIsSelect())) { //비 sso login
|
||||
if ((ProfileUtil.isLocal() || ProfileUtil.isTLocal() || ProfileUtil.isDev()) && "Y".equals(loginVO.getIsSelect())) { //비 sso login
|
||||
|
||||
loginVO.setPassword("1");
|
||||
loginVO.setStatusAll("N");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user