Enabled OAuth/OAuth2 logins
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Check the result of the user status and display login button if necessary
|
||||
function checkLoginStatus(response) {
|
||||
if (response && response.status == "connected") {
|
||||
window.parent.location.href = $(".fb-login").attr('href');
|
||||
window.parent.location.href = $(".btn-facebook").attr('href');
|
||||
|
||||
} else if (response && response.status === "not_authorized") {
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user