From 7336c29e911109c0b3ed1c6e384ab03e3093da3a Mon Sep 17 00:00:00 2001 From: hyunho Date: Fri, 27 Nov 2020 01:46:23 +0000 Subject: [PATCH] --- FO/Views/Account/JoinTSel.cshtml | 2 -- 1 file changed, 2 deletions(-) diff --git a/FO/Views/Account/JoinTSel.cshtml b/FO/Views/Account/JoinTSel.cshtml index b775154..2f68f44 100644 --- a/FO/Views/Account/JoinTSel.cshtml +++ b/FO/Views/Account/JoinTSel.cshtml @@ -76,8 +76,6 @@ function loginWithGoogle() { gauth = gapi.auth2.getAuthInstance(); gauth.signIn().then(function () { - //var profile = gauth.currentUser.get().getBasicProfile(); - //location.href = "https://www.ynicte.com/Account/Join?jointype=1&gid=" + encodeURI(profile.getId()) + "&gnm=" + encodeURI(profile.getName()) + "&gml=" + encodeURI(profile.getEmail()); location.href = "https://www.ynicte.com/Account/Join?jointype=1"; }); }