HIG Dev

HIG Dev

  • NA
  • 14
  • 10.2k

login/logout with gmail

Dec 9 2014 9:05 PM
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)