diff --git a/FO/Views/Account/IndexBase.cshtml b/FO/Views/Account/IndexBase.cshtml index cfdc9bc..dac676b 100644 --- a/FO/Views/Account/IndexBase.cshtml +++ b/FO/Views/Account/IndexBase.cshtml @@ -103,7 +103,7 @@ { clientId: "fvaj0CdI04awGMEhaICy", //개발자센터에 등록한 ClientID callbackUrl: "http://www.ynicte.com/Account/Join",//개발자센터에 등록한 callback Url - isPopup: true, /* 팝업을 통한 연동처리 여부 */ + isPopup: false, /* 팝업을 통한 연동처리 여부 */ loginButton: { color: "green", type: 3, height: 60 } /* 로그인 버튼의 타입을 지정 */ } );