We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0359bc commit 8cefa1bCopy full SHA for 8cefa1b
chat-ui-quince/src/google.ts
@@ -27,6 +27,7 @@ declare global {
27
28
29
async function handleGoogleSignIn(response: { credential: string }): Promise<void> {
30
+ console.log('Callback triggered! Response:', response);
31
const idToken = response.credential;
32
if (!idToken) {
33
console.error("No credential in GIS response:", response);
0 commit comments