커밋
This commit is contained in:
parent
39757239b9
commit
fd8d1aacc4
@ -430,7 +430,7 @@ public class LoginController extends NlibCommonController {
|
||||
// oAuth를 통한 SNS연동이 실패한 경우
|
||||
if(oauthUser == null || !oauthUser.isValid()) {
|
||||
redirectUrl = NlibProperty.getString("member.new.url"); // "/member/insertMemberInfoForm.do"
|
||||
model.addAttribute("url", redirectUrl);
|
||||
model.addAttribute("url", redirectUrl);
|
||||
model.addAttribute("message", StringUtil.encodeUrl("먼저 회원가입하신 후, 이용하여 주시기 바랍니다."));
|
||||
return "nlib/login/loginPreSet";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user