This commit is contained in:
parent
1f0afe819b
commit
7336c29e91
|
|
@ -76,8 +76,6 @@
|
||||||
function loginWithGoogle() {
|
function loginWithGoogle() {
|
||||||
gauth = gapi.auth2.getAuthInstance();
|
gauth = gapi.auth2.getAuthInstance();
|
||||||
gauth.signIn().then(function () {
|
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";
|
location.href = "https://www.ynicte.com/Account/Join?jointype=1";
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue