|
@@ -5,7 +5,7 @@
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<meta name="google-signin-client_id" content="398214166622-jkme0i3k4tbsgqh19aejaqatrark5l94.apps.googleusercontent.com">
|
|
<meta name="google-signin-client_id" content="398214166622-jkme0i3k4tbsgqh19aejaqatrark5l94.apps.googleusercontent.com">
|
|
- <title>GetAccess Data</title>
|
|
|
|
|
|
+ <title>Login google</title>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
<h1>Get Google Token</h1>
|
|
<h1>Get Google Token</h1>
|
|
@@ -36,7 +36,7 @@
|
|
|
|
|
|
<script src="https://apis.google.com/js/platform.js?onload=renderButton" async defer></script>
|
|
<script src="https://apis.google.com/js/platform.js?onload=renderButton" async defer></script>
|
|
<script>
|
|
<script>
|
|
- const code = (new URLSearchParams(window.location.search)).get('code')
|
|
|
|
|
|
+
|
|
console.log({code})
|
|
console.log({code})
|
|
</script>
|
|
</script>
|
|
|
|
|