Commit 1722aa5c by libai

测试

parent 58d1f1a7
Showing with 1 additions and 0 deletions
......@@ -127,6 +127,7 @@ function loginGo(){
$(".login-content").html(html);
function handleCredentialResponse(response) {
console.log("Encoded JWT ID token: " + response.credential);
console.log(response)
setTimeout(function() {
google.accounts.id.disableAutoSelect();
}, 1000);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment