This commit is contained in:
hyunho 2020-11-19 08:21:08 +00:00
parent d1b3d78a13
commit f33b4941ed
1 changed files with 1 additions and 1 deletions

View File

@ -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 } /* 로그인 버튼의 타입을 지정 */
}
);