1
Answer

login/logout with gmail

login with gmail is working but when i click logout using google api it reload the page but it does not logout the gmail accout...
 
function logout() {
location.reload();
gapi.auth.signOut();
}

Answers (1)