1
Answer

login/logout with gmail

Photo of HIG Dev

HIG Dev

10y
3.1k
1
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)