Attempt to fix google signin #3
This commit is contained in:
parent
ce01e50ec1
commit
55b4bcda3f
@ -21,7 +21,7 @@
|
|||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
fb:login-button(scope="public_profile,email", onlogin="checkLoginState();" data-max-rows="1", data-size="large", data-button-type="login_with", data-show-faces="false", data-auto-logout-link="false", data-use-continue-as="false")
|
fb:login-button(scope="public_profile,email", onlogin="checkLoginState();" data-max-rows="1", data-size="large", data-button-type="login_with", data-show-faces="false", data-auto-logout-link="false", data-use-continue-as="false")
|
||||||
if auth.google
|
if auth.google
|
||||||
script(src="https://apis.google.com/js/platform.js", async, defer)
|
script(src="https://apis.google.com/js/platform.js?onload=startApp", async, defer)
|
||||||
a.login-btn.google-login.float-lg-right
|
a.login-btn.google-login.float-lg-right
|
||||||
i.fab.fa-fw.fa-google
|
i.fab.fa-fw.fa-google
|
||||||
span Log in With Google
|
span Log in With Google
|
||||||
@ -60,8 +60,6 @@
|
|||||||
alert('Failed to log you in using Google.');
|
alert('Failed to log you in using Google.');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
startApp();
|
|
||||||
if auth.twitter
|
if auth.twitter
|
||||||
a.login-btn.twitter-login.login-dialog-pop.float-lg-right(href="/api/external/twitter/login")
|
a.login-btn.twitter-login.login-dialog-pop.float-lg-right(href="/api/external/twitter/login")
|
||||||
i.fab.fa-fw.fa-twitter
|
i.fab.fa-fw.fa-twitter
|
||||||
|
Reference in New Issue
Block a user