-
reportbase
- California
- http://www.reportbase.com
<!DOCTYPE html> <html> <head> <meta name="google-signin-client_id" content="676848032016-7rdfc1a1gse8olfh399kfqtahqvu5ci5.apps.googleusercontent.com"> <script src="https://apis.google.com/js/platform.js" async defer></script> </head> <body> <div id="g-signin2"></div> <p id="error" style="color: red; display: none;">Error message</p> <script> function onSignIn(googleUser) { // Show profile info let profile = googleUser.getBasicProfile(); console.log('ID: ' + profile.getId()); } function onFailure(error) { // Show error message document.getElementById('error').style.display = 'block'; document.getElementById('error').innerText = error.error; } function renderButton() { gapi.signin2.render('g-signin2', { 'scope': 'profile email', 'width': 240, 'height': 50, 'longtitle': true, 'theme': 'dark', 'onsuccess': onSignIn, 'onfailure': onFailure }); } </script> </body> </html>
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
