From 3e5d65c849489f1b54126a6b9c9a1b671cfc24e6 Mon Sep 17 00:00:00 2001 From: hyunho Date: Fri, 27 Nov 2020 02:26:19 +0000 Subject: [PATCH] --- FO/Views/Account/GoogleCallback.cshtml | 2 +- FO/Views/Account/KakaoCallback.cshtml | 2 +- FO/Views/Account/NaverCallback.cshtml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/FO/Views/Account/GoogleCallback.cshtml b/FO/Views/Account/GoogleCallback.cshtml index c3e518e..bd32a95 100644 --- a/FO/Views/Account/GoogleCallback.cshtml +++ b/FO/Views/Account/GoogleCallback.cshtml @@ -31,7 +31,7 @@ } } function goJoin() { - location.href = "https://www.ynicte.com/Account/JoinTSel"; + location.href = "https://www.ynicte.com/Account/Join?jointype=1"; } function goHome() { location.href = "https://www.ynicte.com"; diff --git a/FO/Views/Account/KakaoCallback.cshtml b/FO/Views/Account/KakaoCallback.cshtml index 42cd412..19dc5f1 100644 --- a/FO/Views/Account/KakaoCallback.cshtml +++ b/FO/Views/Account/KakaoCallback.cshtml @@ -41,7 +41,7 @@ } } function goJoin() { - location.href = "https://www.ynicte.com/Account/JoinTSel"; + location.href = "https://www.ynicte.com/Account/Join?jointype=3"; } function goHome() { location.href = "https://www.ynicte.com"; diff --git a/FO/Views/Account/NaverCallback.cshtml b/FO/Views/Account/NaverCallback.cshtml index b38c11a..8278c56 100644 --- a/FO/Views/Account/NaverCallback.cshtml +++ b/FO/Views/Account/NaverCallback.cshtml @@ -26,6 +26,8 @@ /* (3) Callback의 처리. 정상적으로 Callback 처리가 완료될 경우 main page로 redirect(또는 Popup close) */ window.addEventListener('load', function () { + window.resizeTo("500", "500"); + naverLogin.getLoginStatus(function (status) { if (status) { /* (4) 필수적으로 받아야하는 프로필 정보가 있다면 callback처리 시점에 체크 */