Skip to content

Commit 8cefa1b

Browse files
Small edit
1 parent e0359bc commit 8cefa1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chat-ui-quince/src/google.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ declare global {
2727

2828

2929
async function handleGoogleSignIn(response: { credential: string }): Promise<void> {
30+
console.log('Callback triggered! Response:', response);
3031
const idToken = response.credential;
3132
if (!idToken) {
3233
console.error("No credential in GIS response:", response);

0 commit comments

Comments
 (0)