From 670613eedb74af9fe76a7d5b3fe7b0b2cd863d21 Mon Sep 17 00:00:00 2001 From: lch Date: Thu, 1 Jul 2021 07:21:29 +0000 Subject: [PATCH] =?UTF-8?q?snsLogin=20=EC=A3=BC=EC=84=9D=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/Account/Join.cshtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FO/Views/Account/Join.cshtml b/FO/Views/Account/Join.cshtml index d2fe795..e84e253 100644 --- a/FO/Views/Account/Join.cshtml +++ b/FO/Views/Account/Join.cshtml @@ -156,7 +156,7 @@ else if ('@(ViewBag.JoinOK?1:0)' == '1') { $("#pageTitle h3").text("회원가입 완료"); } - snsLogin(); + //snsLogin(); $("input:radio[name='isCompany']").on("click", function () { var isCompany = $(this).val(); @@ -274,7 +274,7 @@ else } } - function snsLogin() { + @*function snsLogin() { if ("@(Request["jointype"])" == "2") { var naverLogin = new naver.LoginWithNaverId( { @@ -341,5 +341,5 @@ else }); }); } - } + }*@