This commit is contained in:
hyunho 2020-11-27 01:46:23 +00:00
parent 1f0afe819b
commit 7336c29e91
1 changed files with 0 additions and 2 deletions

View File

@ -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";
});
}