oauth
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
<script type="text/javascript">
|
||||
function onSignIn(googleUser) {
|
||||
var profile = googleUser.getBasicProfile();
|
||||
console.log('hi');
|
||||
console.log('ID: ' + profile.getId()); // Do not send to your backend! Use an ID token instead.
|
||||
console.log('Name: ' + profile.getName());
|
||||
console.log('Image URL: ' + profile.getImageUrl());
|
||||
|
||||
Reference in New Issue
Block a user